HEX: #B9D49B
RGB: (185,212,155)
#B9D49B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B9D49B ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #B9D49B wird in RGB als (185,212,155) definiert.
RGB: (185,212,155)
(73%, 83%, 61%)
R 185 von 255 = 73%
G 212 von 255 = 83%
B 155 von 255 = 61%
R + G + B ~ 72%. #B9D49B ziemlich helle Farbe.
R + G + B = 185 + 212 + 155 = 552 (100%)
R 185 von 552 ~ 33.51%
G 212 von 552 ~ 38.41%
B 155 von 552 ~ 28.08'%
Die Farbe #B9D49B wird in CMYK als (13,0,27,17) definiert.
CMYK: (13,0,27,17)
C13M0Y27K17 (13%, 0%, 27%, 17%)
(0.13 / 0.00 / 0.27 / 0.17)
Farbe #B9D49B in den populären Farbmodellen.
B9 | D4 | 9B | |
---|---|---|---|
RGB | 185 | 212 | 155 |
HSL | 88° | 39.86% | 71.96% |
HSB/HSV | 88° | 26.89% | 83.14% |
CMYK | 12.74% | 0.00% | 26.89% |
16.86% |
Die Farbe #B9D49B in den populären Zahlensystemen.
Hexadezimal | B9 | D4 | 9B |
Dezimal | 185 | 212 | 155 |
Binär | 10111001 | 11010100 | 10011011 |
Oktal | 271 | 324 | 233 |
Dunkle Töne der Farbe #B9D49B
Helle Töne der Farbe #B9D49B
Beispiele css- und html für Elemente in der Farbe #B9D49B. Bitte benutzen Sie auch rgb(185,212,155) statt hex-Code.
.myTextColor { color: #B9D49B; }
<p style="color:#B9D49B">This sample text font color is #B9D49B.</p>
Die Farbe dieses Textes ist #B9D49B.
.myBgColor { background-color: #B9D49B; }
<div style="background-color:#B9D49B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B9D49B.
.myBorderColor { border: 1px solid #B9D49B; }
<div style="border:3px solid #B9D49B">Div</div>
Die Grenzen von diesem div sind in Farbe #B9D49B.
.myOpacity80 { color: #B9D49B; opacity: 0.8; }
<p style="color:#B9D49B;opacity:0.8;">80%</p>
Text in Farbe #B9D49B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9D49B;}
<p style="text-shadow: 3px 3px 1px #B9D49B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B9D49B.
.textShadow {text-shadow: 3px 3px 1px #B9D49B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9D49B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B9D49B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9D49B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9D49B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9D49B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9D49B;
-webkit-box-shadow: 1px 1px 3px 2px #B9D49B;
box-shadow: 1px 1px 3px 2px #B9D49B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9D49B; -webkit-box-shadow: 1px 1px 3px 2px #B9D49B; box-shadow:1px 1px 3px 2px #B9D49B;">
Div content here
</div>
Dieser Text ist in der Farbe #B9D49B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B9D49B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B9D49B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B9D49B.
Kontrastfarbe für #hex ist #462B64.