HEX: #B4CC2C
RGB: (180,204,44)
#B4CC2C enthält hauptsächlich rote und grüne Farbe. Für #B4CC2C ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #B4CC2C wird in RGB als (180,204,44) definiert.
RGB: (180,204,44)
(71%, 80%, 17%)
R 180 von 255 = 71%
G 204 von 255 = 80%
B 44 von 255 = 17%
R + G + B ~ 56%. #B4CC2C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 204 + 44 = 428 (100%)
R 180 von 428 ~ 42.06%
G 204 von 428 ~ 47.66%
B 44 von 428 ~ 10.28'%
Die Farbe #B4CC2C wird in CMYK als (12,0,78,20) definiert.
CMYK: (12,0,78,20)
C12M0Y78K20 (12%, 0%, 78%, 20%)
(0.12 / 0.00 / 0.78 / 0.20)
Farbe #B4CC2C in den populären Farbmodellen.
B4 | CC | 2C | |
---|---|---|---|
RGB | 180 | 204 | 44 |
HSL | 69° | 64.52% | 48.63% |
HSB/HSV | 69° | 78.43% | 80.00% |
CMYK | 11.76% | 0.00% | 78.43% |
20.00% |
Die Farbe #B4CC2C in den populären Zahlensystemen.
Hexadezimal | B4 | CC | 2C |
Dezimal | 180 | 204 | 44 |
Binär | 10110100 | 11001100 | 101100 |
Oktal | 264 | 314 | 54 |
Dunkle Töne der Farbe #B4CC2C
Helle Töne der Farbe #B4CC2C
Beispiele css- und html für Elemente in der Farbe #B4CC2C. Bitte benutzen Sie auch rgb(180,204,44) statt hex-Code.
.myTextColor { color: #B4CC2C; }
<p style="color:#B4CC2C">This sample text font color is #B4CC2C.</p>
Die Farbe dieses Textes ist #B4CC2C.
.myBgColor { background-color: #B4CC2C; }
<div style="background-color:#B4CC2C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4CC2C.
.myBorderColor { border: 1px solid #B4CC2C; }
<div style="border:3px solid #B4CC2C">Div</div>
Die Grenzen von diesem div sind in Farbe #B4CC2C.
.myOpacity80 { color: #B4CC2C; opacity: 0.8; }
<p style="color:#B4CC2C;opacity:0.8;">80%</p>
Text in Farbe #B4CC2C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4CC2C;}
<p style="text-shadow: 3px 3px 1px #B4CC2C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4CC2C.
.textShadow {text-shadow: 3px 3px 1px #B4CC2C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4CC2C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4CC2C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4CC2C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4CC2C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4CC2C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4CC2C;
-webkit-box-shadow: 1px 1px 3px 2px #B4CC2C;
box-shadow: 1px 1px 3px 2px #B4CC2C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4CC2C; -webkit-box-shadow: 1px 1px 3px 2px #B4CC2C; box-shadow:1px 1px 3px 2px #B4CC2C;">
Div content here
</div>
Dieser Text ist in der Farbe #B4CC2C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4CC2C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4CC2C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4CC2C.
Kontrastfarbe für #hex ist #4B33D3.