Shades of Olive Green #BDB256
Tints of Olive Green #BDB256
RGB
CMYK
RGB Variations
Color information
#BDB256 (or 0xBDB256) is known color: Olive Green. HEX triplet: BD, B2 and 56. RGB value is (189,178,86). Sum of RGB (Red+Green+Blue) = 189+178+86=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB256 is #424DA9. Grayscale: #ABABAB. Windows color (decimal): -4345258 or 5681853. OLE color: 5681853.
HSL color Cylindrical-coordinate representation of color #BDB256: hue angle of 53.59º 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 #BDB256 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 86 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.26 |
| HSL | 53.59º | 0.44% | 0.54% | - |
| HSV(B) | 53.59º | 0.54% | 0.74% | - |
| XYZ | 38.59 | 43.33 | 15.13 | - |
| YUV | 170.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 86 | 0 | 0.06 | 0.54 | 0.26 | 53.59 | 0.44 | 0.54 |
| Hex | BD | B2 | 56 | 0 | 6 | 36 | 1A | 36 | 2C | 36 |
| Octal | 275 | 262 | 126 | 0 | 6 | 66 | 32 | 66 | 54 | 66 |
| Binary | 10111101 | 10110010 | 1010110 | 0 | 110 | 110110 | 11010 | 110110 | 101100 | 110110 |
Color Harmonies of #BDB256
Complementary color
Monochromatic Colors of #BDB256
Black with #BDB256
Text Example
Text Example
White with #BDB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB256; }
p { color: rgb(189,178,86); }
H1.HeaderClassName
{
color: #BDB256;
}
.AnyTagClassName
{
color: #BDB256;
}
</style>
background-color css
<style>
a { background-color: #BDB256; }
a { background-color: rgb(189,178,86); }
div.DivClassName
{
background-color: #BDB256;
}
.BgClassName
{
background-color: #BDB256;
}
</style>
border-color css
<style>
span { border-color: #BDB256; }
span { border-color: rgb(189,178,86); }
td.TdClassName
{
border-color: #BDB256;
}
.TagClassName
{
border-color: #BDB256;
}
</style>