Shades of Olive Green #BABB60
Tints of Olive Green #BABB60
RGB
CMYK
RGB Variations
Color information
#BABB60 (or 0xBABB60) is known color: Olive Green. HEX triplet: BA, BB and 60. RGB value is (186,187,96). Sum of RGB (Red+Green+Blue) = 186+187+96=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB60 is #45449F. Grayscale: #B0B0B0. Windows color (decimal): -4539552 or 6339514. OLE color: 6339514.
HSL color Cylindrical-coordinate representation of color #BABB60: hue angle of 60.66º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BABB60 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 96 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.27 |
| HSL | 60.66º | 0.4% | 0.55% | - |
| HSV(B) | 60.66º | 0.49% | 0.73% | - |
| XYZ | 40.13 | 46.82 | 17.99 | - |
| YUV | 176.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 96 | 0.01 | 0 | 0.49 | 0.27 | 60.66 | 0.4 | 0.55 |
| Hex | BA | BB | 60 | 1 | 0 | 31 | 1B | 3D | 28 | 37 |
| Octal | 272 | 273 | 140 | 1 | 0 | 61 | 33 | 75 | 50 | 67 |
| Binary | 10111010 | 10111011 | 1100000 | 1 | 0 | 110001 | 11011 | 111101 | 101000 | 110111 |
Color Harmonies of #BABB60
Complementary color
Monochromatic Colors of #BABB60
Black with #BABB60
Text Example
Text Example
White with #BABB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB60; }
p { color: rgb(186,187,96); }
H1.HeaderClassName
{
color: #BABB60;
}
.AnyTagClassName
{
color: #BABB60;
}
</style>
background-color css
<style>
a { background-color: #BABB60; }
a { background-color: rgb(186,187,96); }
div.DivClassName
{
background-color: #BABB60;
}
.BgClassName
{
background-color: #BABB60;
}
</style>
border-color css
<style>
span { border-color: #BABB60; }
span { border-color: rgb(186,187,96); }
td.TdClassName
{
border-color: #BABB60;
}
.TagClassName
{
border-color: #BABB60;
}
</style>