HEX: #BEC589
RGB: (190,197,137)
#BEC589 enthält hauptsächlich rote und grüne Farbe. Für #BEC589 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BEC589 wird in RGB als (190,197,137) definiert.
RGB: (190,197,137)
(75%, 77%, 54%)
R 190 von 255 = 75%
G 197 von 255 = 77%
B 137 von 255 = 54%
R + G + B ~ 69%. #BEC589 ziemlich helle Farbe.
R + G + B = 190 + 197 + 137 = 524 (100%)
R 190 von 524 ~ 36.26%
G 197 von 524 ~ 37.6%
B 137 von 524 ~ 26.15'%
Die Farbe #BEC589 wird in CMYK als (4,0,30,23) definiert.
CMYK: (4,0,30,23)
C4M0Y30K23 (4%, 0%, 30%, 23%)
(0.04 / 0.00 / 0.30 / 0.23)
Farbe #BEC589 in den populären Farbmodellen.
BE | C5 | 89 | |
---|---|---|---|
RGB | 190 | 197 | 137 |
HSL | 67° | 34.09% | 65.49% |
HSB/HSV | 67° | 30.46% | 77.25% |
CMYK | 3.55% | 0.00% | 30.46% |
22.75% |
Die Farbe #BEC589 in den populären Zahlensystemen.
Hexadezimal | BE | C5 | 89 |
Dezimal | 190 | 197 | 137 |
Binär | 10111110 | 11000101 | 10001001 |
Oktal | 276 | 305 | 211 |
Dunkle Töne der Farbe #BEC589
Helle Töne der Farbe #BEC589
Beispiele css- und html für Elemente in der Farbe #BEC589. Bitte benutzen Sie auch rgb(190,197,137) statt hex-Code.
.myTextColor { color: #BEC589; }
<p style="color:#BEC589">This sample text font color is #BEC589.</p>
Die Farbe dieses Textes ist #BEC589.
.myBgColor { background-color: #BEC589; }
<div style="background-color:#BEC589">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEC589.
.myBorderColor { border: 1px solid #BEC589; }
<div style="border:3px solid #BEC589">Div</div>
Die Grenzen von diesem div sind in Farbe #BEC589.
.myOpacity80 { color: #BEC589; opacity: 0.8; }
<p style="color:#BEC589;opacity:0.8;">80%</p>
Text in Farbe #BEC589 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEC589;}
<p style="text-shadow: 3px 3px 1px #BEC589">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEC589.
.textShadow {text-shadow: 3px 3px 1px #BEC589', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEC589, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEC589 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC589, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEC589, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEC589 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC589;
-webkit-box-shadow: 1px 1px 3px 2px #BEC589;
box-shadow: 1px 1px 3px 2px #BEC589;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC589; -webkit-box-shadow: 1px 1px 3px 2px #BEC589; box-shadow:1px 1px 3px 2px #BEC589;">
Div content here
</div>
Dieser Text ist in der Farbe #BEC589 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEC589 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEC589.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEC589.
Kontrastfarbe für #hex ist #413A76.