HEX: #BCC39D
RGB: (188,195,157)
#BCC39D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCC39D ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BCC39D wird in RGB als (188,195,157) definiert.
RGB: (188,195,157) (74%,76%,62%)
R 188 von 255 = 74%
G 195 von 255 = 76%
B 157 von 255 = 62%
R + G + B ~ 71%. #BCC39D ziemlich helle Farbe.
R + G + B =
188 + 195 + 157 = 540 (100%)
R 188 von 540 ~ 34.81%
G 195 von 540 ~ 36.11%
B 157 von 540 ~ 29.07%
Die Farbe #BCC39D wird in CMYK als (4,0,19,24) definiert.
CMYK: (4,0,19,24) C4M0Y19K24 (4%,0%,19%,24%) (0.04/0.00/0.19/0.24)
BC | C3 | 9D | |
---|---|---|---|
RGB | 188 | 195 | 157 |
HSL | 71° | 24.05% | 69.02% |
HSB/HSV | 71° | 19.49% | 76.47% |
CMYK | 3.59% | 0.00% | 19.49% |
23.53% |
Hexadezimal | BC | C3 | 9D |
Dezimal | 188 | 195 | 157 |
Binär | 10111100 | 11000011 | 10011101 |
Oktal | 274 | 303 | 235 |
Beispiele css- und html für Elemente in der Farbe #BCC39D. Bitte benutzen Sie auch rgb(188,195,157) statt hex-Code.
.myTextColor { color: #BCC39D; }
<p style="color:#BCC39D">This sample text font color is #BCC39D.</p>
Die Farbe dieses Textes ist #BCC39D.
.myBgColor { background-color: #BCC39D; }
<div style="background-color:#BCC39D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCC39D.
.myBorderColor { border: 1px solid #BCC39D; }
<div style="border:3px solid #BCC39D">Div</div>
Die Grenzen von diesem div sind in Farbe #BCC39D.
.myOpacity80 { color: #BCC39D; opacity: 0.8; }
<p style="color:#BCC39D;opacity:0.8;">80%</p>
Text in Farbe #BCC39D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC39D;}
<p style="text-shadow: 3px 3px 1px #BCC39D">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCC39D.
.textShadow {text-shadow: 3px 3px 1px #BCC39D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC39D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCC39D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC39D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC39D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC39D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCC39D; -webkit-box-shadow: 1px 1px 3px 2px #BCC39D; box-shadow: 1px 1px 3px 2px #BCC39D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCC39D; -webkit-box-shadow: 1px 1px 3px 2px #BCC39D; box-shadow:1px 1px 3px 2px #BCC39D;">
Div content here</div>
Dieser Text ist in der Farbe #BCC39D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCC39D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCC39D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCC39D.