Shades of Olive Green #BDB556
Tints of Olive Green #BDB556
RGB
CMYK
RGB Variations
Color information
#BDB556 (or 0xBDB556) is known color: Olive Green. HEX triplet: BD, B5 and 56. RGB value is (189,181,86). Sum of RGB (Red+Green+Blue) = 189+181+86=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB556 is #424AA9. Grayscale: #ACACAC. Windows color (decimal): -4344490 or 5682621. OLE color: 5682621.
HSL color Cylindrical-coordinate representation of color #BDB556: hue angle of 55.34º 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 #BDB556 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 86 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.26 |
| HSL | 55.34º | 0.44% | 0.54% | - |
| HSV(B) | 55.34º | 0.54% | 0.74% | - |
| XYZ | 39.19 | 44.54 | 15.34 | - |
| YUV | 172.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 86 | 0 | 0.04 | 0.54 | 0.26 | 55.34 | 0.44 | 0.54 |
| Hex | BD | B5 | 56 | 0 | 4 | 36 | 1A | 37 | 2C | 36 |
| Octal | 275 | 265 | 126 | 0 | 4 | 66 | 32 | 67 | 54 | 66 |
| Binary | 10111101 | 10110101 | 1010110 | 0 | 100 | 110110 | 11010 | 110111 | 101100 | 110110 |
Color Harmonies of #BDB556
Complementary color
Monochromatic Colors of #BDB556
Black with #BDB556
Text Example
Text Example
White with #BDB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB556; }
p { color: rgb(189,181,86); }
H1.HeaderClassName
{
color: #BDB556;
}
.AnyTagClassName
{
color: #BDB556;
}
</style>
background-color css
<style>
a { background-color: #BDB556; }
a { background-color: rgb(189,181,86); }
div.DivClassName
{
background-color: #BDB556;
}
.BgClassName
{
background-color: #BDB556;
}
</style>
border-color css
<style>
span { border-color: #BDB556; }
span { border-color: rgb(189,181,86); }
td.TdClassName
{
border-color: #BDB556;
}
.TagClassName
{
border-color: #BDB556;
}
</style>