HEX: #BBC146
RGB: (187,193,70)
#BBC146 enthält hauptsächlich rote und grüne Farbe. Für #BBC146 ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #BBC146 wird in RGB als (187,193,70) definiert.
RGB: (187,193,70) (73%,76%,27%)
R 187 von 255 = 73%
G 193 von 255 = 76%
B 70 von 255 = 27%
R + G + B ~ 59%. #BBC146 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
187 + 193 + 70 = 450 (100%)
R 187 von 450 ~ 41.56%
G 193 von 450 ~ 42.89%
B 70 von 450 ~ 15.56%
Die Farbe #BBC146 wird in CMYK als (3,0,64,24) definiert.
CMYK: (3,0,64,24) C3M0Y64K24 (3%,0%,64%,24%) (0.03/0.00/0.64/0.24)
BB | C1 | 46 | |
---|---|---|---|
RGB | 187 | 193 | 70 |
HSL | 63° | 49.80% | 51.57% |
HSB/HSV | 63° | 63.73% | 75.69% |
CMYK | 3.11% | 0.00% | 63.73% |
24.31% |
Hexadezimal | BB | C1 | 46 |
Dezimal | 187 | 193 | 70 |
Binär | 10111011 | 11000001 | 1000110 |
Oktal | 273 | 301 | 106 |
Beispiele css- und html für Elemente in der Farbe #BBC146. Bitte benutzen Sie auch rgb(187,193,70) statt hex-Code.
.myTextColor { color: #BBC146; }
<p style="color:#BBC146">This sample text font color is #BBC146.</p>
Die Farbe dieses Textes ist #BBC146.
.myBgColor { background-color: #BBC146; }
<div style="background-color:#BBC146">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBC146.
.myBorderColor { border: 1px solid #BBC146; }
<div style="border:3px solid #BBC146">Div</div>
Die Grenzen von diesem div sind in Farbe #BBC146.
.myOpacity80 { color: #BBC146; opacity: 0.8; }
<p style="color:#BBC146;opacity:0.8;">80%</p>
Text in Farbe #BBC146 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBC146;}
<p style="text-shadow: 3px 3px 1px #BBC146">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBC146.
.textShadow {text-shadow: 3px 3px 1px #BBC146, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBC146, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBC146 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBC146, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBC146, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBC146 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BBC146; -webkit-box-shadow: 1px 1px 3px 2px #BBC146; box-shadow: 1px 1px 3px 2px #BBC146; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BBC146; -webkit-box-shadow: 1px 1px 3px 2px #BBC146; box-shadow:1px 1px 3px 2px #BBC146;">
Div content here</div>
Dieser Text ist in der Farbe #BBC146 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBC146 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBC146.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBC146.