HEX: #B9E976
RGB: (185,233,118)
#B9E976 enthält hauptsächlich rote und grüne Farbe. Für #B9E976 ist eine «websichere» Webfarbe #CCFF66 (oder kurz #CF6).
Die Farbe #B9E976 wird in RGB als (185,233,118) definiert.
RGB: (185,233,118)
(73%, 91%, 46%)
R 185 von 255 = 73%
G 233 von 255 = 91%
B 118 von 255 = 46%
R + G + B ~ 70%. #B9E976 ziemlich helle Farbe.
R + G + B = 185 + 233 + 118 = 536 (100%)
R 185 von 536 ~ 34.51%
G 233 von 536 ~ 43.47%
B 118 von 536 ~ 22.01'%
Die Farbe #B9E976 wird in CMYK als (21,0,49,9) definiert.
CMYK: (21,0,49,9) C21M0Y49K9 (21%,0%,49%,9%) (0.21/0.00/0.49/0.09)
Farbe #B9E976 in den populären Farbmodellen.
B9 | E9 | 76 | |
---|---|---|---|
RGB | 185 | 233 | 118 |
HSL | 85° | 72.33% | 68.82% |
HSB/HSV | 85° | 49.36% | 91.37% |
CMYK | 20.60% | 0.00% | 49.36% |
8.63% |
Die Farbe #B9E976 in den populären Zahlensystemen.
Hexadezimal | B9 | E9 | 76 |
Dezimal | 185 | 233 | 118 |
Binär | 10111001 | 11101001 | 1110110 |
Oktal | 271 | 351 | 166 |
Dunkle Töne der Farbe #B9E976
Helle Töne der Farbe #B9E976
Beispiele css- und html für Elemente in der Farbe #B9E976. Bitte benutzen Sie auch rgb(185,233,118) statt hex-Code.
.myTextColor { color: #B9E976; }
<p style="color:#B9E976">This sample text font color is #B9E976.</p>
Die Farbe dieses Textes ist #B9E976.
.myBgColor { background-color: #B9E976; }
<div style="background-color:#B9E976">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B9E976.
.myBorderColor { border: 1px solid #B9E976; }
<div style="border:3px solid #B9E976">Div</div>
Die Grenzen von diesem div sind in Farbe #B9E976.
.myOpacity80 { color: #B9E976; opacity: 0.8; }
<p style="color:#B9E976;opacity:0.8;">80%</p>
Text in Farbe #B9E976 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9E976;}
<p style="text-shadow: 3px 3px 1px #B9E976">Text here.</p>
Dieser Text hat den Schatten in Farbe #B9E976.
.textShadow {text-shadow: 3px 3px 1px #B9E976', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9E976, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B9E976 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9E976, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9E976, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9E976 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9E976;
-webkit-box-shadow: 1px 1px 3px 2px #B9E976;
box-shadow: 1px 1px 3px 2px #B9E976;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9E976; -webkit-box-shadow: 1px 1px 3px 2px #B9E976; box-shadow:1px 1px 3px 2px #B9E976;">
Div content here
</div>
Dieser Text ist in der Farbe #B9E976 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B9E976 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B9E976.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B9E976.
Kontrastfarbe für #hex ist #461689.