Shades of Olive Green #BDB751
Tints of Olive Green #BDB751
RGB
CMYK
RGB Variations
Color information
#BDB751 (or 0xBDB751) is known color: Olive Green. HEX triplet: BD, B7 and 51. RGB value is (189,183,81). Sum of RGB (Red+Green+Blue) = 189+183+81=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB751 is #4248AE. Grayscale: #ADADAD. Windows color (decimal): -4343983 or 5355453. OLE color: 5355453.
HSL color Cylindrical-coordinate representation of color #BDB751: hue angle of 56.67º 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 #BDB751 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 81 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.26 |
| HSL | 56.67º | 0.45% | 0.53% | - |
| HSV(B) | 56.67º | 0.57% | 0.74% | - |
| XYZ | 39.4 | 45.28 | 14.45 | - |
| YUV | 173.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 81 | 0 | 0.03 | 0.57 | 0.26 | 56.67 | 0.45 | 0.53 |
| Hex | BD | B7 | 51 | 0 | 3 | 39 | 1A | 39 | 2D | 35 |
| Octal | 275 | 267 | 121 | 0 | 3 | 71 | 32 | 71 | 55 | 65 |
| Binary | 10111101 | 10110111 | 1010001 | 0 | 11 | 111001 | 11010 | 111001 | 101101 | 110101 |
Color Harmonies of #BDB751
Complementary color
Monochromatic Colors of #BDB751
Black with #BDB751
Text Example
Text Example
White with #BDB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB751; }
p { color: rgb(189,183,81); }
H1.HeaderClassName
{
color: #BDB751;
}
.AnyTagClassName
{
color: #BDB751;
}
</style>
background-color css
<style>
a { background-color: #BDB751; }
a { background-color: rgb(189,183,81); }
div.DivClassName
{
background-color: #BDB751;
}
.BgClassName
{
background-color: #BDB751;
}
</style>
border-color css
<style>
span { border-color: #BDB751; }
span { border-color: rgb(189,183,81); }
td.TdClassName
{
border-color: #BDB751;
}
.TagClassName
{
border-color: #BDB751;
}
</style>