HEX: #BCC56D
RGB: (188,197,109)
#BCC56D enthält hauptsächlich rote und grüne Farbe. Für #BCC56D ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #BCC56D wird in RGB als (188,197,109) definiert.
RGB: (188,197,109)
(74%, 77%, 43%)
R 188 von 255 = 74%
G 197 von 255 = 77%
B 109 von 255 = 43%
R + G + B ~ 65%. #BCC56D ziemlich helle Farbe.
R + G + B = 188 + 197 + 109 = 494 (100%)
R 188 von 494 ~ 38.06%
G 197 von 494 ~ 39.88%
B 109 von 494 ~ 22.06'%
Die Farbe #BCC56D wird in CMYK als (5,0,45,23) definiert.
CMYK: (5,0,45,23)
C5M0Y45K23 (5%, 0%, 45%, 23%)
(0.05 / 0.00 / 0.45 / 0.23)
Farbe #BCC56D in den populären Farbmodellen.
BC | C5 | 6D | |
---|---|---|---|
RGB | 188 | 197 | 109 |
HSL | 66° | 43.14% | 60.00% |
HSB/HSV | 66° | 44.67% | 77.25% |
CMYK | 4.57% | 0.00% | 44.67% |
22.75% |
Die Farbe #BCC56D in den populären Zahlensystemen.
Hexadezimal | BC | C5 | 6D |
Dezimal | 188 | 197 | 109 |
Binär | 10111100 | 11000101 | 1101101 |
Oktal | 274 | 305 | 155 |
Dunkle Töne der Farbe #BCC56D
Helle Töne der Farbe #BCC56D
Beispiele css- und html für Elemente in der Farbe #BCC56D. Bitte benutzen Sie auch rgb(188,197,109) statt hex-Code.
.myTextColor { color: #BCC56D; }
<p style="color:#BCC56D">This sample text font color is #BCC56D.</p>
Die Farbe dieses Textes ist #BCC56D.
.myBgColor { background-color: #BCC56D; }
<div style="background-color:#BCC56D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCC56D.
.myBorderColor { border: 1px solid #BCC56D; }
<div style="border:3px solid #BCC56D">Div</div>
Die Grenzen von diesem div sind in Farbe #BCC56D.
.myOpacity80 { color: #BCC56D; opacity: 0.8; }
<p style="color:#BCC56D;opacity:0.8;">80%</p>
Text in Farbe #BCC56D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC56D;}
<p style="text-shadow: 3px 3px 1px #BCC56D">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCC56D.
.textShadow {text-shadow: 3px 3px 1px #BCC56D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC56D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCC56D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC56D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC56D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC56D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC56D;
-webkit-box-shadow: 1px 1px 3px 2px #BCC56D;
box-shadow: 1px 1px 3px 2px #BCC56D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC56D; -webkit-box-shadow: 1px 1px 3px 2px #BCC56D; box-shadow:1px 1px 3px 2px #BCC56D;">
Div content here
</div>
Dieser Text ist in der Farbe #BCC56D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCC56D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCC56D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCC56D.
Kontrastfarbe für #hex ist #433A92.