Shades of Olive Green #BDB85E
Tints of Olive Green #BDB85E
RGB
CMYK
RGB Variations
Color information
#BDB85E (or 0xBDB85E) is known color: Olive Green. HEX triplet: BD, B8 and 5E. RGB value is (189,184,94). Sum of RGB (Red+Green+Blue) = 189+184+94=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB85E is #4247A1. Grayscale: #AFAFAF. Windows color (decimal): -4343714 or 6207677. OLE color: 6207677.
HSL color Cylindrical-coordinate representation of color #BDB85E: hue angle of 56.84º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB85E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 94 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.26 |
| HSL | 56.84º | 0.42% | 0.55% | - |
| HSV(B) | 56.84º | 0.5% | 0.74% | - |
| XYZ | 40.15 | 45.91 | 17.33 | - |
| YUV | 175.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 94 | 0 | 0.03 | 0.50 | 0.26 | 56.84 | 0.42 | 0.55 |
| Hex | BD | B8 | 5E | 0 | 3 | 32 | 1A | 39 | 2A | 37 |
| Octal | 275 | 270 | 136 | 0 | 3 | 62 | 32 | 71 | 52 | 67 |
| Binary | 10111101 | 10111000 | 1011110 | 0 | 11 | 110010 | 11010 | 111001 | 101010 | 110111 |
Color Harmonies of #BDB85E
Complementary color
Monochromatic Colors of #BDB85E
Black with #BDB85E
Text Example
Text Example
White with #BDB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB85E; }
p { color: rgb(189,184,94); }
H1.HeaderClassName
{
color: #BDB85E;
}
.AnyTagClassName
{
color: #BDB85E;
}
</style>
background-color css
<style>
a { background-color: #BDB85E; }
a { background-color: rgb(189,184,94); }
div.DivClassName
{
background-color: #BDB85E;
}
.BgClassName
{
background-color: #BDB85E;
}
</style>
border-color css
<style>
span { border-color: #BDB85E; }
span { border-color: rgb(189,184,94); }
td.TdClassName
{
border-color: #BDB85E;
}
.TagClassName
{
border-color: #BDB85E;
}
</style>