Shades of Olive Green #BABA55
Tints of Olive Green #BABA55
RGB
CMYK
RGB Variations
Color information
#BABA55 (or 0xBABA55) is known color: Olive Green. HEX triplet: BA, BA and 55. RGB value is (186,186,85). Sum of RGB (Red+Green+Blue) = 186+186+85=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA55 is #4545AA. Grayscale: #AEAEAE. Windows color (decimal): -4539819 or 5618362. OLE color: 5618362.
HSL color Cylindrical-coordinate representation of color #BABA55: hue angle of 60º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BABA55 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 85 | - |
| CMYK | 0 | 0 | 0.54 | 0.27 |
| HSL | 60º | 0.42% | 0.53% | - |
| HSV(B) | 60º | 0.54% | 0.73% | - |
| XYZ | 39.45 | 46.21 | 15.44 | - |
| YUV | 174.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 85 | 0 | 0 | 0.54 | 0.27 | 60 | 0.42 | 0.53 |
| Hex | BA | BA | 55 | 0 | 0 | 36 | 1B | 3C | 2A | 35 |
| Octal | 272 | 272 | 125 | 0 | 0 | 66 | 33 | 74 | 52 | 65 |
| Binary | 10111010 | 10111010 | 1010101 | 0 | 0 | 110110 | 11011 | 111100 | 101010 | 110101 |
Color Harmonies of #BABA55
Complementary color
Monochromatic Colors of #BABA55
Black with #BABA55
Text Example
Text Example
White with #BABA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA55; }
p { color: rgb(186,186,85); }
H1.HeaderClassName
{
color: #BABA55;
}
.AnyTagClassName
{
color: #BABA55;
}
</style>
background-color css
<style>
a { background-color: #BABA55; }
a { background-color: rgb(186,186,85); }
div.DivClassName
{
background-color: #BABA55;
}
.BgClassName
{
background-color: #BABA55;
}
</style>
border-color css
<style>
span { border-color: #BABA55; }
span { border-color: rgb(186,186,85); }
td.TdClassName
{
border-color: #BABA55;
}
.TagClassName
{
border-color: #BABA55;
}
</style>