Shades of Olive Green #BDB459
Tints of Olive Green #BDB459
RGB
CMYK
RGB Variations
Color information
#BDB459 (or 0xBDB459) is known color: Olive Green. HEX triplet: BD, B4 and 59. RGB value is (189,180,89). Sum of RGB (Red+Green+Blue) = 189+180+89=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB459 is #424BA6. Grayscale: #ACACAC. Windows color (decimal): -4344743 or 5878973. OLE color: 5878973.
HSL color Cylindrical-coordinate representation of color #BDB459: hue angle of 54.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDB459 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 89 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.26 |
| HSL | 54.6º | 0.43% | 0.55% | - |
| HSV(B) | 54.6º | 0.53% | 0.74% | - |
| XYZ | 39.11 | 44.18 | 15.92 | - |
| YUV | 172.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 89 | 0 | 0.05 | 0.53 | 0.26 | 54.6 | 0.43 | 0.55 |
| Hex | BD | B4 | 59 | 0 | 5 | 35 | 1A | 37 | 2B | 37 |
| Octal | 275 | 264 | 131 | 0 | 5 | 65 | 32 | 67 | 53 | 67 |
| Binary | 10111101 | 10110100 | 1011001 | 0 | 101 | 110101 | 11010 | 110111 | 101011 | 110111 |
Color Harmonies of #BDB459
Complementary color
Monochromatic Colors of #BDB459
Black with #BDB459
Text Example
Text Example
White with #BDB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB459; }
p { color: rgb(189,180,89); }
H1.HeaderClassName
{
color: #BDB459;
}
.AnyTagClassName
{
color: #BDB459;
}
</style>
background-color css
<style>
a { background-color: #BDB459; }
a { background-color: rgb(189,180,89); }
div.DivClassName
{
background-color: #BDB459;
}
.BgClassName
{
background-color: #BDB459;
}
</style>
border-color css
<style>
span { border-color: #BDB459; }
span { border-color: rgb(189,180,89); }
td.TdClassName
{
border-color: #BDB459;
}
.TagClassName
{
border-color: #BDB459;
}
</style>