HEX: #BDB76B
RGB: (189,183,107)
Die Farbenname ist DarkKhaki. #BDB76B enthält hauptsächlich rote und grüne Farbe. Für #BDB76B ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #BDB76B wird in RGB als (189,183,107) definiert.
RGB: (189,183,107) (74%,72%,42%)
R 189 von 255 = 74%
G 183 von 255 = 72%
B 107 von 255 = 42%
R + G + B ~ 63%. #BDB76B ziemlich helle Farbe.
R + G + B =
189 + 183 + 107 = 479 (100%)
R 189 von 479 ~ 39.46%
G 183 von 479 ~ 38.2%
B 107 von 479 ~ 22.34%
Die Farbe #BDB76B wird in CMYK als (0,3,43,26) definiert.
CMYK: (0,3,43,26) C0M3Y43K26 (0%,3%,43%,26%) (0.00/0.03/0.43/0.26)
BD | B7 | 6B | |
---|---|---|---|
RGB | 189 | 183 | 107 |
HSL | 56° | 38.32% | 58.04% |
HSB/HSV | 56° | 43.39% | 74.12% |
CMYK | 0.00% | 3.17% | 43.39% |
25.88% |
Hexadezimal | BD | B7 | 6B |
Dezimal | 189 | 183 | 107 |
Binär | 10111101 | 10110111 | 1101011 |
Oktal | 275 | 267 | 153 |
Beispiele css- und html für Elemente in der Farbe #BDB76B. Bitte benutzen Sie auch rgb(189,183,107) statt hex-Code.
.myTextColor { color: #BDB76B; }
<p style="color:#BDB76B">This sample text font color is #BDB76B.</p>
Die Farbe dieses Textes ist #BDB76B.
.myBgColor { background-color: #BDB76B; }
<div style="background-color:#BDB76B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BDB76B.
.myBorderColor { border: 1px solid #BDB76B; }
<div style="border:3px solid #BDB76B">Div</div>
Die Grenzen von diesem div sind in Farbe #BDB76B.
.myOpacity80 { color: #BDB76B; opacity: 0.8; }
<p style="color:#BDB76B;opacity:0.8;">80%</p>
Text in Farbe #BDB76B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDB76B;}
<p style="text-shadow: 3px 3px 1px #BDB76B">Text here.</p>
Dieser Text hat den Schatten in Farbe #BDB76B.
.textShadow {text-shadow: 3px 3px 1px #BDB76B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDB76B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BDB76B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDB76B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDB76B, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDB76B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BDB76B; -webkit-box-shadow: 1px 1px 3px 2px #BDB76B; box-shadow: 1px 1px 3px 2px #BDB76B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BDB76B; -webkit-box-shadow: 1px 1px 3px 2px #BDB76B; box-shadow:1px 1px 3px 2px #BDB76B;">
Div content here</div>
Dieser Text ist in der Farbe #BDB76B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BDB76B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BDB76B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BDB76B.