Shades of Olive Green #B0BA61
Tints of Olive Green #B0BA61
RGB
CMYK
RGB Variations
Color information
#B0BA61 (or 0xB0BA61) is known color: Olive Green. HEX triplet: B0, BA and 61. RGB value is (176,186,97). Sum of RGB (Red+Green+Blue) = 176+186+97=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA61 is #4F459E. Grayscale: #ADADAD. Windows color (decimal): -5195167 or 6404784. OLE color: 6404784.
HSL color Cylindrical-coordinate representation of color #B0BA61: hue angle of 66.74º 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 #B0BA61 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 97 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.27 |
| HSL | 66.74º | 0.39% | 0.55% | - |
| HSV(B) | 66.74º | 0.48% | 0.73% | - |
| XYZ | 37.62 | 45.21 | 18.05 | - |
| YUV | 172.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 97 | 0.05 | 0 | 0.48 | 0.27 | 66.74 | 0.39 | 0.55 |
| Hex | B0 | BA | 61 | 5 | 0 | 30 | 1B | 43 | 27 | 37 |
| Octal | 260 | 272 | 141 | 5 | 0 | 60 | 33 | 103 | 47 | 67 |
| Binary | 10110000 | 10111010 | 1100001 | 101 | 0 | 110000 | 11011 | 1000011 | 100111 | 110111 |
Color Harmonies of #B0BA61
Complementary color
Monochromatic Colors of #B0BA61
Black with #B0BA61
Text Example
Text Example
White with #B0BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA61; }
p { color: rgb(176,186,97); }
H1.HeaderClassName
{
color: #B0BA61;
}
.AnyTagClassName
{
color: #B0BA61;
}
</style>
background-color css
<style>
a { background-color: #B0BA61; }
a { background-color: rgb(176,186,97); }
div.DivClassName
{
background-color: #B0BA61;
}
.BgClassName
{
background-color: #B0BA61;
}
</style>
border-color css
<style>
span { border-color: #B0BA61; }
span { border-color: rgb(176,186,97); }
td.TdClassName
{
border-color: #B0BA61;
}
.TagClassName
{
border-color: #B0BA61;
}
</style>