Shades of Olive Green #BDB652
Tints of Olive Green #BDB652
RGB
CMYK
RGB Variations
Color information
#BDB652 (or 0xBDB652) is known color: Olive Green. HEX triplet: BD, B6 and 52. RGB value is (189,182,82). Sum of RGB (Red+Green+Blue) = 189+182+82=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB652 is #4249AD. Grayscale: #ADADAD. Windows color (decimal): -4344238 or 5420733. OLE color: 5420733.
HSL color Cylindrical-coordinate representation of color #BDB652: hue angle of 56.07º 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 #BDB652 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 82 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.26 |
| HSL | 56.07º | 0.45% | 0.53% | - |
| HSV(B) | 56.07º | 0.57% | 0.74% | - |
| XYZ | 39.24 | 44.88 | 14.58 | - |
| YUV | 172.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 82 | 0 | 0.04 | 0.57 | 0.26 | 56.07 | 0.45 | 0.53 |
| Hex | BD | B6 | 52 | 0 | 4 | 39 | 1A | 38 | 2D | 35 |
| Octal | 275 | 266 | 122 | 0 | 4 | 71 | 32 | 70 | 55 | 65 |
| Binary | 10111101 | 10110110 | 1010010 | 0 | 100 | 111001 | 11010 | 111000 | 101101 | 110101 |
Color Harmonies of #BDB652
Complementary color
Monochromatic Colors of #BDB652
Black with #BDB652
Text Example
Text Example
White with #BDB652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB652; }
p { color: rgb(189,182,82); }
H1.HeaderClassName
{
color: #BDB652;
}
.AnyTagClassName
{
color: #BDB652;
}
</style>
background-color css
<style>
a { background-color: #BDB652; }
a { background-color: rgb(189,182,82); }
div.DivClassName
{
background-color: #BDB652;
}
.BgClassName
{
background-color: #BDB652;
}
</style>
border-color css
<style>
span { border-color: #BDB652; }
span { border-color: rgb(189,182,82); }
td.TdClassName
{
border-color: #BDB652;
}
.TagClassName
{
border-color: #BDB652;
}
</style>