HEX: #B4BD4C
RGB: (180,189,76)
#B4BD4C enthält hauptsächlich rote und grüne Farbe. Für #B4BD4C ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #B4BD4C wird in RGB als (180,189,76) definiert.
RGB: (180,189,76)
(71%, 74%, 30%)
R 180 von 255 = 71%
G 189 von 255 = 74%
B 76 von 255 = 30%
R + G + B ~ 58%. #B4BD4C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 189 + 76 = 445 (100%)
R 180 von 445 ~ 40.45%
G 189 von 445 ~ 42.47%
B 76 von 445 ~ 17.08'%
Die Farbe #B4BD4C wird in CMYK als (5,0,60,26) definiert.
CMYK: (5,0,60,26)
C5M0Y60K26 (5%, 0%, 60%, 26%)
(0.05 / 0.00 / 0.60 / 0.26)
Farbe #B4BD4C in den populären Farbmodellen.
B4 | BD | 4C | |
---|---|---|---|
RGB | 180 | 189 | 76 |
HSL | 65° | 46.12% | 51.96% |
HSB/HSV | 65° | 59.79% | 74.12% |
CMYK | 4.76% | 0.00% | 59.79% |
25.88% |
Die Farbe #B4BD4C in den populären Zahlensystemen.
Hexadezimal | B4 | BD | 4C |
Dezimal | 180 | 189 | 76 |
Binär | 10110100 | 10111101 | 1001100 |
Oktal | 264 | 275 | 114 |
Dunkle Töne der Farbe #B4BD4C
Helle Töne der Farbe #B4BD4C
Beispiele css- und html für Elemente in der Farbe #B4BD4C. Bitte benutzen Sie auch rgb(180,189,76) statt hex-Code.
.myTextColor { color: #B4BD4C; }
<p style="color:#B4BD4C">This sample text font color is #B4BD4C.</p>
Die Farbe dieses Textes ist #B4BD4C.
.myBgColor { background-color: #B4BD4C; }
<div style="background-color:#B4BD4C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4BD4C.
.myBorderColor { border: 1px solid #B4BD4C; }
<div style="border:3px solid #B4BD4C">Div</div>
Die Grenzen von diesem div sind in Farbe #B4BD4C.
.myOpacity80 { color: #B4BD4C; opacity: 0.8; }
<p style="color:#B4BD4C;opacity:0.8;">80%</p>
Text in Farbe #B4BD4C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4BD4C;}
<p style="text-shadow: 3px 3px 1px #B4BD4C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4BD4C.
.textShadow {text-shadow: 3px 3px 1px #B4BD4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4BD4C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4BD4C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4BD4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4BD4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4BD4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4BD4C;
-webkit-box-shadow: 1px 1px 3px 2px #B4BD4C;
box-shadow: 1px 1px 3px 2px #B4BD4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4BD4C; -webkit-box-shadow: 1px 1px 3px 2px #B4BD4C; box-shadow:1px 1px 3px 2px #B4BD4C;">
Div content here
</div>
Dieser Text ist in der Farbe #B4BD4C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4BD4C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4BD4C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4BD4C.
Kontrastfarbe für #hex ist #4B42B3.