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