Shades of Olive Green #BABA60
Tints of Olive Green #BABA60
RGB
CMYK
RGB Variations
Color information
#BABA60 (or 0xBABA60) is known color: Olive Green. HEX triplet: BA, BA and 60. RGB value is (186,186,96). Sum of RGB (Red+Green+Blue) = 186+186+96=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA60 is #45459F. Grayscale: #B0B0B0. Windows color (decimal): -4539808 or 6339258. OLE color: 6339258.
HSL color Cylindrical-coordinate representation of color #BABA60: hue angle of 60º 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 #BABA60 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 96 | - |
| CMYK | 0 | 0 | 0.48 | 0.27 |
| HSL | 60º | 0.39% | 0.55% | - |
| HSV(B) | 60º | 0.48% | 0.73% | - |
| XYZ | 39.92 | 46.4 | 17.92 | - |
| YUV | 175.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 96 | 0 | 0 | 0.48 | 0.27 | 60 | 0.39 | 0.55 |
| Hex | BA | BA | 60 | 0 | 0 | 30 | 1B | 3C | 27 | 37 |
| Octal | 272 | 272 | 140 | 0 | 0 | 60 | 33 | 74 | 47 | 67 |
| Binary | 10111010 | 10111010 | 1100000 | 0 | 0 | 110000 | 11011 | 111100 | 100111 | 110111 |
Color Harmonies of #BABA60
Complementary color
Monochromatic Colors of #BABA60
Black with #BABA60
Text Example
Text Example
White with #BABA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA60; }
p { color: rgb(186,186,96); }
H1.HeaderClassName
{
color: #BABA60;
}
.AnyTagClassName
{
color: #BABA60;
}
</style>
background-color css
<style>
a { background-color: #BABA60; }
a { background-color: rgb(186,186,96); }
div.DivClassName
{
background-color: #BABA60;
}
.BgClassName
{
background-color: #BABA60;
}
</style>
border-color css
<style>
span { border-color: #BABA60; }
span { border-color: rgb(186,186,96); }
td.TdClassName
{
border-color: #BABA60;
}
.TagClassName
{
border-color: #BABA60;
}
</style>