Shades of Olive Green #BDB859
Tints of Olive Green #BDB859
RGB
CMYK
RGB Variations
Color information
#BDB859 (or 0xBDB859) is known color: Olive Green. HEX triplet: BD, B8 and 59. RGB value is (189,184,89). Sum of RGB (Red+Green+Blue) = 189+184+89=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB859 is #4247A6. Grayscale: #AFAFAF. Windows color (decimal): -4343719 or 5879997. OLE color: 5879997.
HSL color Cylindrical-coordinate representation of color #BDB859: hue angle of 57º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDB859 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 89 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.26 |
| HSL | 57º | 0.43% | 0.55% | - |
| HSV(B) | 57º | 0.53% | 0.74% | - |
| XYZ | 39.93 | 45.82 | 16.19 | - |
| YUV | 174.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 89 | 0 | 0.03 | 0.53 | 0.26 | 57 | 0.43 | 0.55 |
| Hex | BD | B8 | 59 | 0 | 3 | 35 | 1A | 39 | 2B | 37 |
| Octal | 275 | 270 | 131 | 0 | 3 | 65 | 32 | 71 | 53 | 67 |
| Binary | 10111101 | 10111000 | 1011001 | 0 | 11 | 110101 | 11010 | 111001 | 101011 | 110111 |
Color Harmonies of #BDB859
Complementary color
Monochromatic Colors of #BDB859
Black with #BDB859
Text Example
Text Example
White with #BDB859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB859; }
p { color: rgb(189,184,89); }
H1.HeaderClassName
{
color: #BDB859;
}
.AnyTagClassName
{
color: #BDB859;
}
</style>
background-color css
<style>
a { background-color: #BDB859; }
a { background-color: rgb(189,184,89); }
div.DivClassName
{
background-color: #BDB859;
}
.BgClassName
{
background-color: #BDB859;
}
</style>
border-color css
<style>
span { border-color: #BDB859; }
span { border-color: rgb(189,184,89); }
td.TdClassName
{
border-color: #BDB859;
}
.TagClassName
{
border-color: #BDB859;
}
</style>