Shades of Olive Green #B9BA60
Tints of Olive Green #B9BA60
RGB
CMYK
RGB Variations
Color information
#B9BA60 (or 0xB9BA60) is known color: Olive Green. HEX triplet: B9, BA and 60. RGB value is (185,186,96). Sum of RGB (Red+Green+Blue) = 185+186+96=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA60 is #46459F. Grayscale: #AFAFAF. Windows color (decimal): -4605344 or 6339257. OLE color: 6339257.
HSL color Cylindrical-coordinate representation of color #B9BA60: hue angle of 60.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9BA60 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 96 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.27 |
| HSL | 60.67º | 0.39% | 0.55% | - |
| HSV(B) | 60.67º | 0.48% | 0.73% | - |
| XYZ | 39.68 | 46.28 | 17.91 | - |
| YUV | 175.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 96 | 0.01 | 0 | 0.48 | 0.27 | 60.67 | 0.39 | 0.55 |
| Hex | B9 | BA | 60 | 1 | 0 | 30 | 1B | 3D | 27 | 37 |
| Octal | 271 | 272 | 140 | 1 | 0 | 60 | 33 | 75 | 47 | 67 |
| Binary | 10111001 | 10111010 | 1100000 | 1 | 0 | 110000 | 11011 | 111101 | 100111 | 110111 |
Color Harmonies of #B9BA60
Complementary color
Monochromatic Colors of #B9BA60
Black with #B9BA60
Text Example
Text Example
White with #B9BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA60; }
p { color: rgb(185,186,96); }
H1.HeaderClassName
{
color: #B9BA60;
}
.AnyTagClassName
{
color: #B9BA60;
}
</style>
background-color css
<style>
a { background-color: #B9BA60; }
a { background-color: rgb(185,186,96); }
div.DivClassName
{
background-color: #B9BA60;
}
.BgClassName
{
background-color: #B9BA60;
}
</style>
border-color css
<style>
span { border-color: #B9BA60; }
span { border-color: rgb(185,186,96); }
td.TdClassName
{
border-color: #B9BA60;
}
.TagClassName
{
border-color: #B9BA60;
}
</style>