HEX: #B5D96B
RGB: (181,217,107)
#B5D96B enthält hauptsächlich rote und grüne Farbe. Für #B5D96B ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #B5D96B wird in RGB als (181,217,107) definiert.
RGB: (181,217,107) (71%,85%,42%)
R 181 von 255 = 71%
G 217 von 255 = 85%
B 107 von 255 = 42%
R + G + B ~ 66%. #B5D96B ziemlich helle Farbe.
R + G + B =
181 + 217 + 107 = 505 (100%)
R 181 von 505 ~ 35.84%
G 217 von 505 ~ 42.97%
B 107 von 505 ~ 21.19%
Die Farbe #B5D96B wird in CMYK als (17,0,51,15) definiert.
CMYK: (17,0,51,15) C17M0Y51K15 (17%,0%,51%,15%) (0.17/0.00/0.51/0.15)
B5 | D9 | 6B | |
---|---|---|---|
RGB | 181 | 217 | 107 |
HSL | 80° | 59.14% | 63.53% |
HSB/HSV | 80° | 50.69% | 85.10% |
CMYK | 16.59% | 0.00% | 50.69% |
14.90% |
Hexadezimal | B5 | D9 | 6B |
Dezimal | 181 | 217 | 107 |
Binär | 10110101 | 11011001 | 1101011 |
Oktal | 265 | 331 | 153 |
Beispiele css- und html für Elemente in der Farbe #B5D96B. Bitte benutzen Sie auch rgb(181,217,107) statt hex-Code.
.myTextColor { color: #B5D96B; }
<p style="color:#B5D96B">This sample text font color is #B5D96B.</p>
Die Farbe dieses Textes ist #B5D96B.
.myBgColor { background-color: #B5D96B; }
<div style="background-color:#B5D96B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5D96B.
.myBorderColor { border: 1px solid #B5D96B; }
<div style="border:3px solid #B5D96B">Div</div>
Die Grenzen von diesem div sind in Farbe #B5D96B.
.myOpacity80 { color: #B5D96B; opacity: 0.8; }
<p style="color:#B5D96B;opacity:0.8;">80%</p>
Text in Farbe #B5D96B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5D96B;}
<p style="text-shadow: 3px 3px 1px #B5D96B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5D96B.
.textShadow {text-shadow: 3px 3px 1px #B5D96B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5D96B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5D96B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5D96B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5D96B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5D96B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5D96B; -webkit-box-shadow: 1px 1px 3px 2px #B5D96B; box-shadow: 1px 1px 3px 2px #B5D96B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5D96B; -webkit-box-shadow: 1px 1px 3px 2px #B5D96B; box-shadow:1px 1px 3px 2px #B5D96B;">
Div content here</div>
Dieser Text ist in der Farbe #B5D96B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5D96B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5D96B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5D96B.