HEX: #BCC480
RGB: (188,196,128)
#BCC480 enthält hauptsächlich rote und grüne Farbe. Für #BCC480 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #BCC480 wird in RGB als (188,196,128) definiert.
RGB: (188,196,128) (74%,77%,50%)
R 188 von 255 = 74%
G 196 von 255 = 77%
B 128 von 255 = 50%
R + G + B ~ 67%. #BCC480 ziemlich helle Farbe.
R + G + B =
188 + 196 + 128 = 512 (100%)
R 188 von 512 ~ 36.72%
G 196 von 512 ~ 38.28%
B 128 von 512 ~ 25%
Die Farbe #BCC480 wird in CMYK als (4,0,35,23) definiert.
CMYK: (4,0,35,23) C4M0Y35K23 (4%,0%,35%,23%) (0.04/0.00/0.35/0.23)
BC | C4 | 80 | |
---|---|---|---|
RGB | 188 | 196 | 128 |
HSL | 67° | 36.56% | 63.53% |
HSB/HSV | 67° | 34.69% | 76.86% |
CMYK | 4.08% | 0.00% | 34.69% |
23.14% |
Hexadezimal | BC | C4 | 80 |
Dezimal | 188 | 196 | 128 |
Binär | 10111100 | 11000100 | 10000000 |
Oktal | 274 | 304 | 200 |
Beispiele css- und html für Elemente in der Farbe #BCC480. Bitte benutzen Sie auch rgb(188,196,128) statt hex-Code.
.myTextColor { color: #BCC480; }
<p style="color:#BCC480">This sample text font color is #BCC480.</p>
Die Farbe dieses Textes ist #BCC480.
.myBgColor { background-color: #BCC480; }
<div style="background-color:#BCC480">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCC480.
.myBorderColor { border: 1px solid #BCC480; }
<div style="border:3px solid #BCC480">Div</div>
Die Grenzen von diesem div sind in Farbe #BCC480.
.myOpacity80 { color: #BCC480; opacity: 0.8; }
<p style="color:#BCC480;opacity:0.8;">80%</p>
Text in Farbe #BCC480 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC480;}
<p style="text-shadow: 3px 3px 1px #BCC480">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCC480.
.textShadow {text-shadow: 3px 3px 1px #BCC480, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC480, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCC480 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC480, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC480, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC480 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCC480; -webkit-box-shadow: 1px 1px 3px 2px #BCC480; box-shadow: 1px 1px 3px 2px #BCC480; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCC480; -webkit-box-shadow: 1px 1px 3px 2px #BCC480; box-shadow:1px 1px 3px 2px #BCC480;">
Div content here</div>
Dieser Text ist in der Farbe #BCC480 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCC480 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCC480.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCC480.