Shades of Olive Green #BDB856
Tints of Olive Green #BDB856
RGB
CMYK
RGB Variations
Color information
#BDB856 (or 0xBDB856) is known color: Olive Green. HEX triplet: BD, B8 and 56. RGB value is (189,184,86). Sum of RGB (Red+Green+Blue) = 189+184+86=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB856 is #4247A9. Grayscale: #AEAEAE. Windows color (decimal): -4343722 or 5683389. OLE color: 5683389.
HSL color Cylindrical-coordinate representation of color #BDB856: hue angle of 57.09º 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 #BDB856 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 86 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.26 |
| HSL | 57.09º | 0.44% | 0.54% | - |
| HSV(B) | 57.09º | 0.54% | 0.74% | - |
| XYZ | 39.81 | 45.77 | 15.54 | - |
| YUV | 174.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 86 | 0 | 0.03 | 0.54 | 0.26 | 57.09 | 0.44 | 0.54 |
| Hex | BD | B8 | 56 | 0 | 3 | 36 | 1A | 39 | 2C | 36 |
| Octal | 275 | 270 | 126 | 0 | 3 | 66 | 32 | 71 | 54 | 66 |
| Binary | 10111101 | 10111000 | 1010110 | 0 | 11 | 110110 | 11010 | 111001 | 101100 | 110110 |
Color Harmonies of #BDB856
Complementary color
Monochromatic Colors of #BDB856
Black with #BDB856
Text Example
Text Example
White with #BDB856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB856; }
p { color: rgb(189,184,86); }
H1.HeaderClassName
{
color: #BDB856;
}
.AnyTagClassName
{
color: #BDB856;
}
</style>
background-color css
<style>
a { background-color: #BDB856; }
a { background-color: rgb(189,184,86); }
div.DivClassName
{
background-color: #BDB856;
}
.BgClassName
{
background-color: #BDB856;
}
</style>
border-color css
<style>
span { border-color: #BDB856; }
span { border-color: rgb(189,184,86); }
td.TdClassName
{
border-color: #BDB856;
}
.TagClassName
{
border-color: #BDB856;
}
</style>