Shades of Olive Green #BDB64E
Tints of Olive Green #BDB64E
RGB
CMYK
RGB Variations
Color information
#BDB64E (or 0xBDB64E) is known color: Olive Green. HEX triplet: BD, B6 and 4E. RGB value is (189,182,78). Sum of RGB (Red+Green+Blue) = 189+182+78=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB64E is #4249B1. Grayscale: #ACACAC. Windows color (decimal): -4344242 or 5158589. OLE color: 5158589.
HSL color Cylindrical-coordinate representation of color #BDB64E: hue angle of 56.22º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDB64E is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 78 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.26 |
| HSL | 56.22º | 0.46% | 0.52% | - |
| HSV(B) | 56.22º | 0.59% | 0.74% | - |
| XYZ | 39.09 | 44.82 | 13.8 | - |
| YUV | 172.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 78 | 0 | 0.04 | 0.59 | 0.26 | 56.22 | 0.46 | 0.52 |
| Hex | BD | B6 | 4E | 0 | 4 | 3B | 1A | 38 | 2E | 34 |
| Octal | 275 | 266 | 116 | 0 | 4 | 73 | 32 | 70 | 56 | 64 |
| Binary | 10111101 | 10110110 | 1001110 | 0 | 100 | 111011 | 11010 | 111000 | 101110 | 110100 |
Color Harmonies of #BDB64E
Complementary color
Monochromatic Colors of #BDB64E
Black with #BDB64E
Text Example
Text Example
White with #BDB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB64E; }
p { color: rgb(189,182,78); }
H1.HeaderClassName
{
color: #BDB64E;
}
.AnyTagClassName
{
color: #BDB64E;
}
</style>
background-color css
<style>
a { background-color: #BDB64E; }
a { background-color: rgb(189,182,78); }
div.DivClassName
{
background-color: #BDB64E;
}
.BgClassName
{
background-color: #BDB64E;
}
</style>
border-color css
<style>
span { border-color: #BDB64E; }
span { border-color: rgb(189,182,78); }
td.TdClassName
{
border-color: #BDB64E;
}
.TagClassName
{
border-color: #BDB64E;
}
</style>