Shades of Olive Green #BDB951
Tints of Olive Green #BDB951
RGB
CMYK
RGB Variations
Color information
#BDB951 (or 0xBDB951) is known color: Olive Green. HEX triplet: BD, B9 and 51. RGB value is (189,185,81). Sum of RGB (Red+Green+Blue) = 189+185+81=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB951 is #4246AE. Grayscale: #AEAEAE. Windows color (decimal): -4343471 or 5355965. OLE color: 5355965.
HSL color Cylindrical-coordinate representation of color #BDB951: hue angle of 57.78º 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 #BDB951 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 81 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.26 |
| HSL | 57.78º | 0.45% | 0.53% | - |
| HSV(B) | 57.78º | 0.57% | 0.74% | - |
| XYZ | 39.82 | 46.11 | 14.59 | - |
| YUV | 174.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 81 | 0 | 0.02 | 0.57 | 0.26 | 57.78 | 0.45 | 0.53 |
| Hex | BD | B9 | 51 | 0 | 2 | 39 | 1A | 3A | 2D | 35 |
| Octal | 275 | 271 | 121 | 0 | 2 | 71 | 32 | 72 | 55 | 65 |
| Binary | 10111101 | 10111001 | 1010001 | 0 | 10 | 111001 | 11010 | 111010 | 101101 | 110101 |
Color Harmonies of #BDB951
Complementary color
Monochromatic Colors of #BDB951
Black with #BDB951
Text Example
Text Example
White with #BDB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB951; }
p { color: rgb(189,185,81); }
H1.HeaderClassName
{
color: #BDB951;
}
.AnyTagClassName
{
color: #BDB951;
}
</style>
background-color css
<style>
a { background-color: #BDB951; }
a { background-color: rgb(189,185,81); }
div.DivClassName
{
background-color: #BDB951;
}
.BgClassName
{
background-color: #BDB951;
}
</style>
border-color css
<style>
span { border-color: #BDB951; }
span { border-color: rgb(189,185,81); }
td.TdClassName
{
border-color: #BDB951;
}
.TagClassName
{
border-color: #BDB951;
}
</style>