Shades of Olive Green #BDB852
Tints of Olive Green #BDB852
RGB
CMYK
RGB Variations
Color information
#BDB852 (or 0xBDB852) is known color: Olive Green. HEX triplet: BD, B8 and 52. RGB value is (189,184,82). Sum of RGB (Red+Green+Blue) = 189+184+82=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB852 is #4247AD. Grayscale: #AEAEAE. Windows color (decimal): -4343726 or 5421245. OLE color: 5421245.
HSL color Cylindrical-coordinate representation of color #BDB852: hue angle of 57.2º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDB852 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 82 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.26 |
| HSL | 57.2º | 0.45% | 0.53% | - |
| HSV(B) | 57.2º | 0.57% | 0.74% | - |
| XYZ | 39.65 | 45.71 | 14.72 | - |
| YUV | 173.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 82 | 0 | 0.03 | 0.57 | 0.26 | 57.2 | 0.45 | 0.53 |
| Hex | BD | B8 | 52 | 0 | 3 | 39 | 1A | 39 | 2D | 35 |
| Octal | 275 | 270 | 122 | 0 | 3 | 71 | 32 | 71 | 55 | 65 |
| Binary | 10111101 | 10111000 | 1010010 | 0 | 11 | 111001 | 11010 | 111001 | 101101 | 110101 |
Color Harmonies of #BDB852
Complementary color
Monochromatic Colors of #BDB852
Black with #BDB852
Text Example
Text Example
White with #BDB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB852; }
p { color: rgb(189,184,82); }
H1.HeaderClassName
{
color: #BDB852;
}
.AnyTagClassName
{
color: #BDB852;
}
</style>
background-color css
<style>
a { background-color: #BDB852; }
a { background-color: rgb(189,184,82); }
div.DivClassName
{
background-color: #BDB852;
}
.BgClassName
{
background-color: #BDB852;
}
</style>
border-color css
<style>
span { border-color: #BDB852; }
span { border-color: rgb(189,184,82); }
td.TdClassName
{
border-color: #BDB852;
}
.TagClassName
{
border-color: #BDB852;
}
</style>