HEX: #B4C154
RGB: (180,193,84)
#B4C154 enthält hauptsächlich rote und grüne Farbe. Für #B4C154 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #B4C154 wird in RGB als (180,193,84) definiert.
RGB: (180,193,84) (71%,76%,33%)
R 180 von 255 = 71%
G 193 von 255 = 76%
B 84 von 255 = 33%
R + G + B ~ 60%. #B4C154 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 193 + 84 = 457 (100%)
R 180 von 457 ~ 39.39%
G 193 von 457 ~ 42.23%
B 84 von 457 ~ 18.38%
Die Farbe #B4C154 wird in CMYK als (7,0,56,24) definiert.
CMYK: (7,0,56,24) C7M0Y56K24 (7%,0%,56%,24%) (0.07/0.00/0.56/0.24)
B4 | C1 | 54 | |
---|---|---|---|
RGB | 180 | 193 | 84 |
HSL | 67° | 46.78% | 54.31% |
HSB/HSV | 67° | 56.48% | 75.69% |
CMYK | 6.74% | 0.00% | 56.48% |
24.31% |
Hexadezimal | B4 | C1 | 54 |
Dezimal | 180 | 193 | 84 |
Binär | 10110100 | 11000001 | 1010100 |
Oktal | 264 | 301 | 124 |
Beispiele css- und html für Elemente in der Farbe #B4C154. Bitte benutzen Sie auch rgb(180,193,84) statt hex-Code.
.myTextColor { color: #B4C154; }
<p style="color:#B4C154">This sample text font color is #B4C154.</p>
Die Farbe dieses Textes ist #B4C154.
.myBgColor { background-color: #B4C154; }
<div style="background-color:#B4C154">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4C154.
.myBorderColor { border: 1px solid #B4C154; }
<div style="border:3px solid #B4C154">Div</div>
Die Grenzen von diesem div sind in Farbe #B4C154.
.myOpacity80 { color: #B4C154; opacity: 0.8; }
<p style="color:#B4C154;opacity:0.8;">80%</p>
Text in Farbe #B4C154 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4C154;}
<p style="text-shadow: 3px 3px 1px #B4C154">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4C154.
.textShadow {text-shadow: 3px 3px 1px #B4C154, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4C154, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4C154 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4C154, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4C154, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4C154 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4C154; -webkit-box-shadow: 1px 1px 3px 2px #B4C154; box-shadow: 1px 1px 3px 2px #B4C154; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4C154; -webkit-box-shadow: 1px 1px 3px 2px #B4C154; box-shadow:1px 1px 3px 2px #B4C154;">
Div content here</div>
Dieser Text ist in der Farbe #B4C154 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4C154 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4C154.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4C154.