HEX: #B9D597
RGB: (185,213,151)
#B9D597 enthält hauptsächlich rote und grüne Farbe. Für #B9D597 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #B9D597 wird in RGB als (185,213,151) definiert.
RGB: (185,213,151) (73%,84%,59%)
R 185 von 255 = 73%
G 213 von 255 = 84%
B 151 von 255 = 59%
R + G + B ~ 72%. #B9D597 ziemlich helle Farbe.
R + G + B =
185 + 213 + 151 = 549 (100%)
R 185 von 549 ~ 33.7%
G 213 von 549 ~ 38.8%
B 151 von 549 ~ 27.5%
Die Farbe #B9D597 wird in CMYK als (13,0,29,16) definiert.
CMYK: (13,0,29,16) C13M0Y29K16 (13%,0%,29%,16%) (0.13/0.00/0.29/0.16)
B9 | D5 | 97 | |
---|---|---|---|
RGB | 185 | 213 | 151 |
HSL | 87° | 42.47% | 71.37% |
HSB/HSV | 87° | 29.11% | 83.53% |
CMYK | 13.15% | 0.00% | 29.11% |
16.47% |
Hexadezimal | B9 | D5 | 97 |
Dezimal | 185 | 213 | 151 |
Binär | 10111001 | 11010101 | 10010111 |
Oktal | 271 | 325 | 227 |
Beispiele css- und html für Elemente in der Farbe #B9D597. Bitte benutzen Sie auch rgb(185,213,151) statt hex-Code.
.myTextColor { color: #B9D597; }
<p style="color:#B9D597">This sample text font color is #B9D597.</p>
Die Farbe dieses Textes ist #B9D597.
.myBgColor { background-color: #B9D597; }
<div style="background-color:#B9D597">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B9D597.
.myBorderColor { border: 1px solid #B9D597; }
<div style="border:3px solid #B9D597">Div</div>
Die Grenzen von diesem div sind in Farbe #B9D597.
.myOpacity80 { color: #B9D597; opacity: 0.8; }
<p style="color:#B9D597;opacity:0.8;">80%</p>
Text in Farbe #B9D597 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9D597;}
<p style="text-shadow: 3px 3px 1px #B9D597">Text here.</p>
Dieser Text hat den Schatten in Farbe #B9D597.
.textShadow {text-shadow: 3px 3px 1px #B9D597, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9D597, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B9D597 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9D597, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9D597, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9D597 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B9D597; -webkit-box-shadow: 1px 1px 3px 2px #B9D597; box-shadow: 1px 1px 3px 2px #B9D597; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B9D597; -webkit-box-shadow: 1px 1px 3px 2px #B9D597; box-shadow:1px 1px 3px 2px #B9D597;">
Div content here</div>
Dieser Text ist in der Farbe #B9D597 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B9D597 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B9D597.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B9D597.