Shades of Olive Green #BDB252
Tints of Olive Green #BDB252
RGB
CMYK
RGB Variations
Color information
#BDB252 (or 0xBDB252) is known color: Olive Green. HEX triplet: BD, B2 and 52. RGB value is (189,178,82). Sum of RGB (Red+Green+Blue) = 189+178+82=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB252 is #424DAD. Grayscale: #AAAAAA. Windows color (decimal): -4345262 or 5419709. OLE color: 5419709.
HSL color Cylindrical-coordinate representation of color #BDB252: hue angle of 53.83º 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 #BDB252 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 82 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.26 |
| HSL | 53.83º | 0.45% | 0.53% | - |
| HSV(B) | 53.83º | 0.57% | 0.74% | - |
| XYZ | 38.43 | 43.27 | 14.31 | - |
| YUV | 170.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 82 | 0 | 0.06 | 0.57 | 0.26 | 53.83 | 0.45 | 0.53 |
| Hex | BD | B2 | 52 | 0 | 6 | 39 | 1A | 36 | 2D | 35 |
| Octal | 275 | 262 | 122 | 0 | 6 | 71 | 32 | 66 | 55 | 65 |
| Binary | 10111101 | 10110010 | 1010010 | 0 | 110 | 111001 | 11010 | 110110 | 101101 | 110101 |
Color Harmonies of #BDB252
Complementary color
Monochromatic Colors of #BDB252
Black with #BDB252
Text Example
Text Example
White with #BDB252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB252; }
p { color: rgb(189,178,82); }
H1.HeaderClassName
{
color: #BDB252;
}
.AnyTagClassName
{
color: #BDB252;
}
</style>
background-color css
<style>
a { background-color: #BDB252; }
a { background-color: rgb(189,178,82); }
div.DivClassName
{
background-color: #BDB252;
}
.BgClassName
{
background-color: #BDB252;
}
</style>
border-color css
<style>
span { border-color: #BDB252; }
span { border-color: rgb(189,178,82); }
td.TdClassName
{
border-color: #BDB252;
}
.TagClassName
{
border-color: #BDB252;
}
</style>