Shades of Olive Green #BDB452
Tints of Olive Green #BDB452
RGB
CMYK
RGB Variations
Color information
#BDB452 (or 0xBDB452) is known color: Olive Green. HEX triplet: BD, B4 and 52. RGB value is (189,180,82). Sum of RGB (Red+Green+Blue) = 189+180+82=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB452 is #424BAD. Grayscale: #ABABAB. Windows color (decimal): -4344750 or 5420221. OLE color: 5420221.
HSL color Cylindrical-coordinate representation of color #BDB452: hue angle of 54.95º 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 #BDB452 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 82 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.26 |
| HSL | 54.95º | 0.45% | 0.53% | - |
| HSV(B) | 54.95º | 0.57% | 0.74% | - |
| XYZ | 38.83 | 44.07 | 14.44 | - |
| YUV | 171.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 82 | 0 | 0.05 | 0.57 | 0.26 | 54.95 | 0.45 | 0.53 |
| Hex | BD | B4 | 52 | 0 | 5 | 39 | 1A | 37 | 2D | 35 |
| Octal | 275 | 264 | 122 | 0 | 5 | 71 | 32 | 67 | 55 | 65 |
| Binary | 10111101 | 10110100 | 1010010 | 0 | 101 | 111001 | 11010 | 110111 | 101101 | 110101 |
Color Harmonies of #BDB452
Complementary color
Monochromatic Colors of #BDB452
Black with #BDB452
Text Example
Text Example
White with #BDB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB452; }
p { color: rgb(189,180,82); }
H1.HeaderClassName
{
color: #BDB452;
}
.AnyTagClassName
{
color: #BDB452;
}
</style>
background-color css
<style>
a { background-color: #BDB452; }
a { background-color: rgb(189,180,82); }
div.DivClassName
{
background-color: #BDB452;
}
.BgClassName
{
background-color: #BDB452;
}
</style>
border-color css
<style>
span { border-color: #BDB452; }
span { border-color: rgb(189,180,82); }
td.TdClassName
{
border-color: #BDB452;
}
.TagClassName
{
border-color: #BDB452;
}
</style>