HEX: #B5D99B
RGB: (181,217,155)
#B5D99B enthält hauptsächlich rote und grüne Farbe. Für #B5D99B ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #B5D99B wird in RGB als (181,217,155) definiert.
RGB: (181,217,155)
(71%, 85%, 61%)
R 181 von 255 = 71%
G 217 von 255 = 85%
B 155 von 255 = 61%
R + G + B ~ 72%. #B5D99B ziemlich helle Farbe.
R + G + B = 181 + 217 + 155 = 553 (100%)
R 181 von 553 ~ 32.73%
G 217 von 553 ~ 39.24%
B 155 von 553 ~ 28.03'%
Die Farbe #B5D99B wird in CMYK als (17,0,29,15) definiert.
CMYK: (17,0,29,15)
C17M0Y29K15 (17%, 0%, 29%, 15%)
(0.17 / 0.00 / 0.29 / 0.15)
Farbe #B5D99B in den populären Farbmodellen.
B5 | D9 | 9B | |
---|---|---|---|
RGB | 181 | 217 | 155 |
HSL | 95° | 44.93% | 72.94% |
HSB/HSV | 95° | 28.57% | 85.10% |
CMYK | 16.59% | 0.00% | 28.57% |
14.90% |
Die Farbe #B5D99B in den populären Zahlensystemen.
Hexadezimal | B5 | D9 | 9B |
Dezimal | 181 | 217 | 155 |
Binär | 10110101 | 11011001 | 10011011 |
Oktal | 265 | 331 | 233 |
Dunkle Töne der Farbe #B5D99B
Helle Töne der Farbe #B5D99B
Beispiele css- und html für Elemente in der Farbe #B5D99B. Bitte benutzen Sie auch rgb(181,217,155) statt hex-Code.
.myTextColor { color: #B5D99B; }
<p style="color:#B5D99B">This sample text font color is #B5D99B.</p>
Die Farbe dieses Textes ist #B5D99B.
.myBgColor { background-color: #B5D99B; }
<div style="background-color:#B5D99B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5D99B.
.myBorderColor { border: 1px solid #B5D99B; }
<div style="border:3px solid #B5D99B">Div</div>
Die Grenzen von diesem div sind in Farbe #B5D99B.
.myOpacity80 { color: #B5D99B; opacity: 0.8; }
<p style="color:#B5D99B;opacity:0.8;">80%</p>
Text in Farbe #B5D99B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5D99B;}
<p style="text-shadow: 3px 3px 1px #B5D99B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5D99B.
.textShadow {text-shadow: 3px 3px 1px #B5D99B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5D99B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5D99B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5D99B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5D99B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5D99B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5D99B;
-webkit-box-shadow: 1px 1px 3px 2px #B5D99B;
box-shadow: 1px 1px 3px 2px #B5D99B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5D99B; -webkit-box-shadow: 1px 1px 3px 2px #B5D99B; box-shadow:1px 1px 3px 2px #B5D99B;">
Div content here
</div>
Dieser Text ist in der Farbe #B5D99B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5D99B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5D99B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5D99B.
Kontrastfarbe für #hex ist #4A2664.