Shades of Olive Green #BDB959
Tints of Olive Green #BDB959
RGB
CMYK
RGB Variations
Color information
#BDB959 (or 0xBDB959) is known color: Olive Green. HEX triplet: BD, B9 and 59. RGB value is (189,185,89). Sum of RGB (Red+Green+Blue) = 189+185+89=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB959 is #4246A6. Grayscale: #AFAFAF. Windows color (decimal): -4343463 or 5880253. OLE color: 5880253.
HSL color Cylindrical-coordinate representation of color #BDB959: hue angle of 57.6º 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 #BDB959 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 89 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.26 |
| HSL | 57.6º | 0.43% | 0.55% | - |
| HSV(B) | 57.6º | 0.53% | 0.74% | - |
| XYZ | 40.14 | 46.24 | 16.26 | - |
| YUV | 175.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 89 | 0 | 0.02 | 0.53 | 0.26 | 57.6 | 0.43 | 0.55 |
| Hex | BD | B9 | 59 | 0 | 2 | 35 | 1A | 3A | 2B | 37 |
| Octal | 275 | 271 | 131 | 0 | 2 | 65 | 32 | 72 | 53 | 67 |
| Binary | 10111101 | 10111001 | 1011001 | 0 | 10 | 110101 | 11010 | 111010 | 101011 | 110111 |
Color Harmonies of #BDB959
Complementary color
Monochromatic Colors of #BDB959
Black with #BDB959
Text Example
Text Example
White with #BDB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB959; }
p { color: rgb(189,185,89); }
H1.HeaderClassName
{
color: #BDB959;
}
.AnyTagClassName
{
color: #BDB959;
}
</style>
background-color css
<style>
a { background-color: #BDB959; }
a { background-color: rgb(189,185,89); }
div.DivClassName
{
background-color: #BDB959;
}
.BgClassName
{
background-color: #BDB959;
}
</style>
border-color css
<style>
span { border-color: #BDB959; }
span { border-color: rgb(189,185,89); }
td.TdClassName
{
border-color: #BDB959;
}
.TagClassName
{
border-color: #BDB959;
}
</style>