Shades of Olive Green #B9BA63
Tints of Olive Green #B9BA63
RGB
CMYK
RGB Variations
Color information
#B9BA63 (or 0xB9BA63) is known color: Olive Green. HEX triplet: B9, BA and 63. RGB value is (185,186,99). Sum of RGB (Red+Green+Blue) = 185+186+99=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA63 is #46459C. Grayscale: #B0B0B0. Windows color (decimal): -4605341 or 6535865. OLE color: 6535865.
HSL color Cylindrical-coordinate representation of color #B9BA63: hue angle of 60.69º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9BA63 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 99 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.27 |
| HSL | 60.69º | 0.39% | 0.56% | - |
| HSV(B) | 60.69º | 0.47% | 0.73% | - |
| XYZ | 39.82 | 46.33 | 18.65 | - |
| YUV | 175.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 99 | 0.01 | 0 | 0.47 | 0.27 | 60.69 | 0.39 | 0.56 |
| Hex | B9 | BA | 63 | 1 | 0 | 2F | 1B | 3D | 27 | 38 |
| Octal | 271 | 272 | 143 | 1 | 0 | 57 | 33 | 75 | 47 | 70 |
| Binary | 10111001 | 10111010 | 1100011 | 1 | 0 | 101111 | 11011 | 111101 | 100111 | 111000 |
Color Harmonies of #B9BA63
Complementary color
Monochromatic Colors of #B9BA63
Black with #B9BA63
Text Example
Text Example
White with #B9BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA63; }
p { color: rgb(185,186,99); }
H1.HeaderClassName
{
color: #B9BA63;
}
.AnyTagClassName
{
color: #B9BA63;
}
</style>
background-color css
<style>
a { background-color: #B9BA63; }
a { background-color: rgb(185,186,99); }
div.DivClassName
{
background-color: #B9BA63;
}
.BgClassName
{
background-color: #B9BA63;
}
</style>
border-color css
<style>
span { border-color: #B9BA63; }
span { border-color: rgb(185,186,99); }
td.TdClassName
{
border-color: #B9BA63;
}
.TagClassName
{
border-color: #B9BA63;
}
</style>