Shades of Olive Green #BABA5B
Tints of Olive Green #BABA5B
RGB
CMYK
RGB Variations
Color information
#BABA5B (or 0xBABA5B) is known color: Olive Green. HEX triplet: BA, BA and 5B. RGB value is (186,186,91). Sum of RGB (Red+Green+Blue) = 186+186+91=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA5B is #4545A4. Grayscale: #AFAFAF. Windows color (decimal): -4539813 or 6011578. OLE color: 6011578.
HSL color Cylindrical-coordinate representation of color #BABA5B: hue angle of 60º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BABA5B is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 91 | - |
| CMYK | 0 | 0 | 0.51 | 0.27 |
| HSL | 60º | 0.41% | 0.54% | - |
| HSV(B) | 60º | 0.51% | 0.73% | - |
| XYZ | 39.7 | 46.31 | 16.74 | - |
| YUV | 175.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 91 | 0 | 0 | 0.51 | 0.27 | 60 | 0.41 | 0.54 |
| Hex | BA | BA | 5B | 0 | 0 | 33 | 1B | 3C | 29 | 36 |
| Octal | 272 | 272 | 133 | 0 | 0 | 63 | 33 | 74 | 51 | 66 |
| Binary | 10111010 | 10111010 | 1011011 | 0 | 0 | 110011 | 11011 | 111100 | 101001 | 110110 |
Color Harmonies of #BABA5B
Complementary color
Monochromatic Colors of #BABA5B
Black with #BABA5B
Text Example
Text Example
White with #BABA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA5B; }
p { color: rgb(186,186,91); }
H1.HeaderClassName
{
color: #BABA5B;
}
.AnyTagClassName
{
color: #BABA5B;
}
</style>
background-color css
<style>
a { background-color: #BABA5B; }
a { background-color: rgb(186,186,91); }
div.DivClassName
{
background-color: #BABA5B;
}
.BgClassName
{
background-color: #BABA5B;
}
</style>
border-color css
<style>
span { border-color: #BABA5B; }
span { border-color: rgb(186,186,91); }
td.TdClassName
{
border-color: #BABA5B;
}
.TagClassName
{
border-color: #BABA5B;
}
</style>