Shades of Olive Green #BABA53
Tints of Olive Green #BABA53
RGB
CMYK
RGB Variations
Color information
#BABA53 (or 0xBABA53) is known color: Olive Green. HEX triplet: BA, BA and 53. RGB value is (186,186,83). Sum of RGB (Red+Green+Blue) = 186+186+83=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA53 is #4545AC. Grayscale: #AEAEAE. Windows color (decimal): -4539821 or 5487290. OLE color: 5487290.
HSL color Cylindrical-coordinate representation of color #BABA53: hue angle of 60º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BABA53 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 83 | - |
| CMYK | 0 | 0 | 0.55 | 0.27 |
| HSL | 60º | 0.43% | 0.53% | - |
| HSV(B) | 60º | 0.55% | 0.73% | - |
| XYZ | 39.37 | 46.18 | 15.02 | - |
| YUV | 174.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 83 | 0 | 0 | 0.55 | 0.27 | 60 | 0.43 | 0.53 |
| Hex | BA | BA | 53 | 0 | 0 | 37 | 1B | 3C | 2B | 35 |
| Octal | 272 | 272 | 123 | 0 | 0 | 67 | 33 | 74 | 53 | 65 |
| Binary | 10111010 | 10111010 | 1010011 | 0 | 0 | 110111 | 11011 | 111100 | 101011 | 110101 |
Color Harmonies of #BABA53
Complementary color
Monochromatic Colors of #BABA53
Black with #BABA53
Text Example
Text Example
White with #BABA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA53; }
p { color: rgb(186,186,83); }
H1.HeaderClassName
{
color: #BABA53;
}
.AnyTagClassName
{
color: #BABA53;
}
</style>
background-color css
<style>
a { background-color: #BABA53; }
a { background-color: rgb(186,186,83); }
div.DivClassName
{
background-color: #BABA53;
}
.BgClassName
{
background-color: #BABA53;
}
</style>
border-color css
<style>
span { border-color: #BABA53; }
span { border-color: rgb(186,186,83); }
td.TdClassName
{
border-color: #BABA53;
}
.TagClassName
{
border-color: #BABA53;
}
</style>