Shades of Olive Green #B9BD59
Tints of Olive Green #B9BD59
RGB
CMYK
RGB Variations
Color information
#B9BD59 (or 0xB9BD59) is known color: Olive Green. HEX triplet: B9, BD and 59. RGB value is (185,189,89). Sum of RGB (Red+Green+Blue) = 185+189+89=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD59 is #4642A6. Grayscale: #B0B0B0. Windows color (decimal): -4604583 or 5881273. OLE color: 5881273.
HSL color Cylindrical-coordinate representation of color #B9BD59: hue angle of 62.4º 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 #B9BD59 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 89 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.26 |
| HSL | 62.4º | 0.43% | 0.55% | - |
| HSV(B) | 62.4º | 0.53% | 0.74% | - |
| XYZ | 40.01 | 47.43 | 16.5 | - |
| YUV | 176.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 89 | 0.02 | 0 | 0.53 | 0.26 | 62.4 | 0.43 | 0.55 |
| Hex | B9 | BD | 59 | 2 | 0 | 35 | 1A | 3E | 2B | 37 |
| Octal | 271 | 275 | 131 | 2 | 0 | 65 | 32 | 76 | 53 | 67 |
| Binary | 10111001 | 10111101 | 1011001 | 10 | 0 | 110101 | 11010 | 111110 | 101011 | 110111 |
Color Harmonies of #B9BD59
Complementary color
Monochromatic Colors of #B9BD59
Black with #B9BD59
Text Example
Text Example
White with #B9BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD59; }
p { color: rgb(185,189,89); }
H1.HeaderClassName
{
color: #B9BD59;
}
.AnyTagClassName
{
color: #B9BD59;
}
</style>
background-color css
<style>
a { background-color: #B9BD59; }
a { background-color: rgb(185,189,89); }
div.DivClassName
{
background-color: #B9BD59;
}
.BgClassName
{
background-color: #B9BD59;
}
</style>
border-color css
<style>
span { border-color: #B9BD59; }
span { border-color: rgb(185,189,89); }
td.TdClassName
{
border-color: #B9BD59;
}
.TagClassName
{
border-color: #B9BD59;
}
</style>