Shades of Olive Green #BDB456
Tints of Olive Green #BDB456
RGB
CMYK
RGB Variations
Color information
#BDB456 (or 0xBDB456) is known color: Olive Green. HEX triplet: BD, B4 and 56. RGB value is (189,180,86). Sum of RGB (Red+Green+Blue) = 189+180+86=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB456 is #424BA9. Grayscale: #ACACAC. Windows color (decimal): -4344746 or 5682365. OLE color: 5682365.
HSL color Cylindrical-coordinate representation of color #BDB456: hue angle of 54.76º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDB456 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 86 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.26 |
| HSL | 54.76º | 0.44% | 0.54% | - |
| HSV(B) | 54.76º | 0.54% | 0.74% | - |
| XYZ | 38.99 | 44.13 | 15.27 | - |
| YUV | 171.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 86 | 0 | 0.05 | 0.54 | 0.26 | 54.76 | 0.44 | 0.54 |
| Hex | BD | B4 | 56 | 0 | 5 | 36 | 1A | 37 | 2C | 36 |
| Octal | 275 | 264 | 126 | 0 | 5 | 66 | 32 | 67 | 54 | 66 |
| Binary | 10111101 | 10110100 | 1010110 | 0 | 101 | 110110 | 11010 | 110111 | 101100 | 110110 |
Color Harmonies of #BDB456
Complementary color
Monochromatic Colors of #BDB456
Black with #BDB456
Text Example
Text Example
White with #BDB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB456; }
p { color: rgb(189,180,86); }
H1.HeaderClassName
{
color: #BDB456;
}
.AnyTagClassName
{
color: #BDB456;
}
</style>
background-color css
<style>
a { background-color: #BDB456; }
a { background-color: rgb(189,180,86); }
div.DivClassName
{
background-color: #BDB456;
}
.BgClassName
{
background-color: #BDB456;
}
</style>
border-color css
<style>
span { border-color: #BDB456; }
span { border-color: rgb(189,180,86); }
td.TdClassName
{
border-color: #BDB456;
}
.TagClassName
{
border-color: #BDB456;
}
</style>