Shades of Olive Green #BDB85A
Tints of Olive Green #BDB85A
RGB
CMYK
RGB Variations
Color information
#BDB85A (or 0xBDB85A) is known color: Olive Green. HEX triplet: BD, B8 and 5A. RGB value is (189,184,90). Sum of RGB (Red+Green+Blue) = 189+184+90=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB85A is #4247A5. Grayscale: #AFAFAF. Windows color (decimal): -4343718 or 5945533. OLE color: 5945533.
HSL color Cylindrical-coordinate representation of color #BDB85A: hue angle of 56.97º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDB85A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 90 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.26 |
| HSL | 56.97º | 0.43% | 0.55% | - |
| HSV(B) | 56.97º | 0.52% | 0.74% | - |
| XYZ | 39.97 | 45.84 | 16.41 | - |
| YUV | 174.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 90 | 0 | 0.03 | 0.52 | 0.26 | 56.97 | 0.43 | 0.55 |
| Hex | BD | B8 | 5A | 0 | 3 | 34 | 1A | 39 | 2B | 37 |
| Octal | 275 | 270 | 132 | 0 | 3 | 64 | 32 | 71 | 53 | 67 |
| Binary | 10111101 | 10111000 | 1011010 | 0 | 11 | 110100 | 11010 | 111001 | 101011 | 110111 |
Color Harmonies of #BDB85A
Complementary color
Monochromatic Colors of #BDB85A
Black with #BDB85A
Text Example
Text Example
White with #BDB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB85A; }
p { color: rgb(189,184,90); }
H1.HeaderClassName
{
color: #BDB85A;
}
.AnyTagClassName
{
color: #BDB85A;
}
</style>
background-color css
<style>
a { background-color: #BDB85A; }
a { background-color: rgb(189,184,90); }
div.DivClassName
{
background-color: #BDB85A;
}
.BgClassName
{
background-color: #BDB85A;
}
</style>
border-color css
<style>
span { border-color: #BDB85A; }
span { border-color: rgb(189,184,90); }
td.TdClassName
{
border-color: #BDB85A;
}
.TagClassName
{
border-color: #BDB85A;
}
</style>