HEX: #96BB6D
RGB: (150,187,109)
#96BB6D enthält hauptsächlich rote und grüne Farbe. Für #96BB6D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #96BB6D wird in RGB als (150,187,109) definiert.
RGB: (150,187,109)
(59%, 73%, 43%)
R 150 von 255 = 59%
G 187 von 255 = 73%
B 109 von 255 = 43%
R + G + B ~ 58%. #96BB6D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 150 + 187 + 109 = 446 (100%)
R 150 von 446 ~ 33.63%
G 187 von 446 ~ 41.93%
B 109 von 446 ~ 24.44'%
Die Farbe #96BB6D wird in CMYK als (20,0,42,27) definiert.
CMYK: (20,0,42,27) C20M0Y42K27 (20%,0%,42%,27%) (0.20/0.00/0.42/0.27)
Farbe #96BB6D in den populären Farbmodellen.
96 | BB | 6D | |
---|---|---|---|
RGB | 150 | 187 | 109 |
HSL | 88° | 36.45% | 58.04% |
HSB/HSV | 88° | 41.71% | 73.33% |
CMYK | 19.79% | 0.00% | 41.71% |
26.67% |
Die Farbe #96BB6D in den populären Zahlensystemen.
Hexadezimal | 96 | BB | 6D |
Dezimal | 150 | 187 | 109 |
Binär | 10010110 | 10111011 | 1101101 |
Oktal | 226 | 273 | 155 |
Dunkle Töne der Farbe #96BB6D
Helle Töne der Farbe #96BB6D
Beispiele css- und html für Elemente in der Farbe #96BB6D. Bitte benutzen Sie auch rgb(150,187,109) statt hex-Code.
.myTextColor { color: #96BB6D; }
<p style="color:#96BB6D">This sample text font color is #96BB6D.</p>
Die Farbe dieses Textes ist #96BB6D.
.myBgColor { background-color: #96BB6D; }
<div style="background-color:#96BB6D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #96BB6D.
.myBorderColor { border: 1px solid #96BB6D; }
<div style="border:3px solid #96BB6D">Div</div>
Die Grenzen von diesem div sind in Farbe #96BB6D.
.myOpacity80 { color: #96BB6D; opacity: 0.8; }
<p style="color:#96BB6D;opacity:0.8;">80%</p>
Text in Farbe #96BB6D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96BB6D;}
<p style="text-shadow: 3px 3px 1px #96BB6D">Text here.</p>
Dieser Text hat den Schatten in Farbe #96BB6D.
.textShadow {text-shadow: 3px 3px 1px #96BB6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96BB6D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #96BB6D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96BB6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96BB6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #96BB6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96BB6D;
-webkit-box-shadow: 1px 1px 3px 2px #96BB6D;
box-shadow: 1px 1px 3px 2px #96BB6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96BB6D; -webkit-box-shadow: 1px 1px 3px 2px #96BB6D; box-shadow:1px 1px 3px 2px #96BB6D;">
Div content here
</div>
Dieser Text ist in der Farbe #96BB6D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #96BB6D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #96BB6D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #96BB6D.
Kontrastfarbe für #hex ist #694492.