Shades of Olive Green #BABA61
Tints of Olive Green #BABA61
RGB
CMYK
RGB Variations
Color information
#BABA61 (or 0xBABA61) is known color: Olive Green. HEX triplet: BA, BA and 61. RGB value is (186,186,97). Sum of RGB (Red+Green+Blue) = 186+186+97=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA61 is #45459E. Grayscale: #B0B0B0. Windows color (decimal): -4539807 or 6404794. OLE color: 6404794.
HSL color Cylindrical-coordinate representation of color #BABA61: 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 #BABA61 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 97 | - |
| CMYK | 0 | 0 | 0.48 | 0.27 |
| HSL | 60º | 0.39% | 0.55% | - |
| HSV(B) | 60º | 0.48% | 0.73% | - |
| XYZ | 39.97 | 46.42 | 18.16 | - |
| YUV | 175.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 97 | 0 | 0 | 0.48 | 0.27 | 60 | 0.39 | 0.55 |
| Hex | BA | BA | 61 | 0 | 0 | 30 | 1B | 3C | 27 | 37 |
| Octal | 272 | 272 | 141 | 0 | 0 | 60 | 33 | 74 | 47 | 67 |
| Binary | 10111010 | 10111010 | 1100001 | 0 | 0 | 110000 | 11011 | 111100 | 100111 | 110111 |
Color Harmonies of #BABA61
Complementary color
Monochromatic Colors of #BABA61
Black with #BABA61
Text Example
Text Example
White with #BABA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA61; }
p { color: rgb(186,186,97); }
H1.HeaderClassName
{
color: #BABA61;
}
.AnyTagClassName
{
color: #BABA61;
}
</style>
background-color css
<style>
a { background-color: #BABA61; }
a { background-color: rgb(186,186,97); }
div.DivClassName
{
background-color: #BABA61;
}
.BgClassName
{
background-color: #BABA61;
}
</style>
border-color css
<style>
span { border-color: #BABA61; }
span { border-color: rgb(186,186,97); }
td.TdClassName
{
border-color: #BABA61;
}
.TagClassName
{
border-color: #BABA61;
}
</style>