Shades of Olive Green #BABB5E
Tints of Olive Green #BABB5E
RGB
CMYK
RGB Variations
Color information
#BABB5E (or 0xBABB5E) is known color: Olive Green. HEX triplet: BA, BB and 5E. RGB value is (186,187,94). Sum of RGB (Red+Green+Blue) = 186+187+94=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB5E is #4544A1. Grayscale: #B0B0B0. Windows color (decimal): -4539554 or 6208442. OLE color: 6208442.
HSL color Cylindrical-coordinate representation of color #BABB5E: hue angle of 60.65º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BABB5E is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 94 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.27 |
| HSL | 60.65º | 0.41% | 0.55% | - |
| HSV(B) | 60.65º | 0.5% | 0.73% | - |
| XYZ | 40.04 | 46.79 | 17.51 | - |
| YUV | 176.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 94 | 0.01 | 0 | 0.50 | 0.27 | 60.65 | 0.41 | 0.55 |
| Hex | BA | BB | 5E | 1 | 0 | 32 | 1B | 3D | 29 | 37 |
| Octal | 272 | 273 | 136 | 1 | 0 | 62 | 33 | 75 | 51 | 67 |
| Binary | 10111010 | 10111011 | 1011110 | 1 | 0 | 110010 | 11011 | 111101 | 101001 | 110111 |
Color Harmonies of #BABB5E
Complementary color
Monochromatic Colors of #BABB5E
Black with #BABB5E
Text Example
Text Example
White with #BABB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB5E; }
p { color: rgb(186,187,94); }
H1.HeaderClassName
{
color: #BABB5E;
}
.AnyTagClassName
{
color: #BABB5E;
}
</style>
background-color css
<style>
a { background-color: #BABB5E; }
a { background-color: rgb(186,187,94); }
div.DivClassName
{
background-color: #BABB5E;
}
.BgClassName
{
background-color: #BABB5E;
}
</style>
border-color css
<style>
span { border-color: #BABB5E; }
span { border-color: rgb(186,187,94); }
td.TdClassName
{
border-color: #BABB5E;
}
.TagClassName
{
border-color: #BABB5E;
}
</style>