Shades of Olive Green #BABA5E
Tints of Olive Green #BABA5E
RGB
CMYK
RGB Variations
Color information
#BABA5E (or 0xBABA5E) is known color: Olive Green. HEX triplet: BA, BA and 5E. RGB value is (186,186,94). Sum of RGB (Red+Green+Blue) = 186+186+94=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA5E is #4545A1. Grayscale: #AFAFAF. Windows color (decimal): -4539810 or 6208186. OLE color: 6208186.
HSL color Cylindrical-coordinate representation of color #BABA5E: hue angle of 60º 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 #BABA5E is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 94 | - |
| CMYK | 0 | 0 | 0.49 | 0.27 |
| HSL | 60º | 0.4% | 0.55% | - |
| HSV(B) | 60º | 0.49% | 0.73% | - |
| XYZ | 39.83 | 46.37 | 17.44 | - |
| YUV | 175.51 | 82 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 94 | 0 | 0 | 0.49 | 0.27 | 60 | 0.4 | 0.55 |
| Hex | BA | BA | 5E | 0 | 0 | 31 | 1B | 3C | 28 | 37 |
| Octal | 272 | 272 | 136 | 0 | 0 | 61 | 33 | 74 | 50 | 67 |
| Binary | 10111010 | 10111010 | 1011110 | 0 | 0 | 110001 | 11011 | 111100 | 101000 | 110111 |
Color Harmonies of #BABA5E
Complementary color
Monochromatic Colors of #BABA5E
Black with #BABA5E
Text Example
Text Example
White with #BABA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA5E; }
p { color: rgb(186,186,94); }
H1.HeaderClassName
{
color: #BABA5E;
}
.AnyTagClassName
{
color: #BABA5E;
}
</style>
background-color css
<style>
a { background-color: #BABA5E; }
a { background-color: rgb(186,186,94); }
div.DivClassName
{
background-color: #BABA5E;
}
.BgClassName
{
background-color: #BABA5E;
}
</style>
border-color css
<style>
span { border-color: #BABA5E; }
span { border-color: rgb(186,186,94); }
td.TdClassName
{
border-color: #BABA5E;
}
.TagClassName
{
border-color: #BABA5E;
}
</style>