HEX: #84B85A
RGB: (132,184,90)
#84B85A enthält hauptsächlich rote und grüne Farbe. Für #84B85A ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #84B85A wird in RGB als (132,184,90) definiert.
RGB: (132,184,90)
(52%, 72%, 35%)
R 132 von 255 = 52%
G 184 von 255 = 72%
B 90 von 255 = 35%
R + G + B ~ 53%. #84B85A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 184 + 90 = 406 (100%)
R 132 von 406 ~ 32.51%
G 184 von 406 ~ 45.32%
B 90 von 406 ~ 22.17'%
Die Farbe #84B85A wird in CMYK als (28,0,51,28) definiert.
CMYK: (28,0,51,28) C28M0Y51K28 (28%,0%,51%,28%) (0.28/0.00/0.51/0.28)
Farbe #84B85A in den populären Farbmodellen.
84 | B8 | 5A | |
---|---|---|---|
RGB | 132 | 184 | 90 |
HSL | 93° | 39.83% | 53.73% |
HSB/HSV | 93° | 51.09% | 72.16% |
CMYK | 28.26% | 0.00% | 51.09% |
27.84% |
Die Farbe #84B85A in den populären Zahlensystemen.
Hexadezimal | 84 | B8 | 5A |
Dezimal | 132 | 184 | 90 |
Binär | 10000100 | 10111000 | 1011010 |
Oktal | 204 | 270 | 132 |
Dunkle Töne der Farbe #84B85A
Helle Töne der Farbe #84B85A
Beispiele css- und html für Elemente in der Farbe #84B85A. Bitte benutzen Sie auch rgb(132,184,90) statt hex-Code.
.myTextColor { color: #84B85A; }
<p style="color:#84B85A">This sample text font color is #84B85A.</p>
Die Farbe dieses Textes ist #84B85A.
.myBgColor { background-color: #84B85A; }
<div style="background-color:#84B85A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84B85A.
.myBorderColor { border: 1px solid #84B85A; }
<div style="border:3px solid #84B85A">Div</div>
Die Grenzen von diesem div sind in Farbe #84B85A.
.myOpacity80 { color: #84B85A; opacity: 0.8; }
<p style="color:#84B85A;opacity:0.8;">80%</p>
Text in Farbe #84B85A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84B85A;}
<p style="text-shadow: 3px 3px 1px #84B85A">Text here.</p>
Dieser Text hat den Schatten in Farbe #84B85A.
.textShadow {text-shadow: 3px 3px 1px #84B85A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84B85A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84B85A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84B85A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84B85A, Direction=45, Strength=4)">Text</p>
This text has shadow with #84B85A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84B85A;
-webkit-box-shadow: 1px 1px 3px 2px #84B85A;
box-shadow: 1px 1px 3px 2px #84B85A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84B85A; -webkit-box-shadow: 1px 1px 3px 2px #84B85A; box-shadow:1px 1px 3px 2px #84B85A;">
Div content here
</div>
Dieser Text ist in der Farbe #84B85A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84B85A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84B85A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84B85A.
Kontrastfarbe für #hex ist #7B47A5.