HEX: #B5C361
RGB: (181,195,97)
#B5C361 enthält hauptsächlich rote und grüne Farbe. Für #B5C361 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #B5C361 wird in RGB als (181,195,97) definiert.
RGB: (181,195,97)
(71%, 76%, 38%)
R 181 von 255 = 71%
G 195 von 255 = 76%
B 97 von 255 = 38%
R + G + B ~ 62%. #B5C361 ziemlich helle Farbe.
R + G + B = 181 + 195 + 97 = 473 (100%)
R 181 von 473 ~ 38.27%
G 195 von 473 ~ 41.23%
B 97 von 473 ~ 20.51'%
Die Farbe #B5C361 wird in CMYK als (7,0,50,24) definiert.
CMYK: (7,0,50,24)
C7M0Y50K24 (7%, 0%, 50%, 24%)
(0.07 / 0.00 / 0.50 / 0.24)
Farbe #B5C361 in den populären Farbmodellen.
B5 | C3 | 61 | |
---|---|---|---|
RGB | 181 | 195 | 97 |
HSL | 69° | 44.95% | 57.25% |
HSB/HSV | 69° | 50.26% | 76.47% |
CMYK | 7.18% | 0.00% | 50.26% |
23.53% |
Die Farbe #B5C361 in den populären Zahlensystemen.
Hexadezimal | B5 | C3 | 61 |
Dezimal | 181 | 195 | 97 |
Binär | 10110101 | 11000011 | 1100001 |
Oktal | 265 | 303 | 141 |
Dunkle Töne der Farbe #B5C361
Helle Töne der Farbe #B5C361
Beispiele css- und html für Elemente in der Farbe #B5C361. Bitte benutzen Sie auch rgb(181,195,97) statt hex-Code.
.myTextColor { color: #B5C361; }
<p style="color:#B5C361">This sample text font color is #B5C361.</p>
Die Farbe dieses Textes ist #B5C361.
.myBgColor { background-color: #B5C361; }
<div style="background-color:#B5C361">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5C361.
.myBorderColor { border: 1px solid #B5C361; }
<div style="border:3px solid #B5C361">Div</div>
Die Grenzen von diesem div sind in Farbe #B5C361.
.myOpacity80 { color: #B5C361; opacity: 0.8; }
<p style="color:#B5C361;opacity:0.8;">80%</p>
Text in Farbe #B5C361 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5C361;}
<p style="text-shadow: 3px 3px 1px #B5C361">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5C361.
.textShadow {text-shadow: 3px 3px 1px #B5C361', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5C361, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5C361 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5C361, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5C361, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5C361 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5C361;
-webkit-box-shadow: 1px 1px 3px 2px #B5C361;
box-shadow: 1px 1px 3px 2px #B5C361;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5C361; -webkit-box-shadow: 1px 1px 3px 2px #B5C361; box-shadow:1px 1px 3px 2px #B5C361;">
Div content here
</div>
Dieser Text ist in der Farbe #B5C361 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5C361 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5C361.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5C361.
Kontrastfarbe für #hex ist #4A3C9E.