Shades of Olive Green #BABA54
Tints of Olive Green #BABA54
RGB
CMYK
RGB Variations
Color information
#BABA54 (or 0xBABA54) is known color: Olive Green. HEX triplet: BA, BA and 54. RGB value is (186,186,84). Sum of RGB (Red+Green+Blue) = 186+186+84=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA54 is #4545AB. Grayscale: #AEAEAE. Windows color (decimal): -4539820 or 5552826. OLE color: 5552826.
HSL color Cylindrical-coordinate representation of color #BABA54: 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 #BABA54 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 84 | - |
| CMYK | 0 | 0 | 0.55 | 0.27 |
| HSL | 60º | 0.43% | 0.53% | - |
| HSV(B) | 60º | 0.55% | 0.73% | - |
| XYZ | 39.41 | 46.2 | 15.23 | - |
| YUV | 174.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 84 | 0 | 0 | 0.55 | 0.27 | 60 | 0.43 | 0.53 |
| Hex | BA | BA | 54 | 0 | 0 | 37 | 1B | 3C | 2A | 35 |
| Octal | 272 | 272 | 124 | 0 | 0 | 67 | 33 | 74 | 52 | 65 |
| Binary | 10111010 | 10111010 | 1010100 | 0 | 0 | 110111 | 11011 | 111100 | 101010 | 110101 |
Color Harmonies of #BABA54
Complementary color
Monochromatic Colors of #BABA54
Black with #BABA54
Text Example
Text Example
White with #BABA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA54; }
p { color: rgb(186,186,84); }
H1.HeaderClassName
{
color: #BABA54;
}
.AnyTagClassName
{
color: #BABA54;
}
</style>
background-color css
<style>
a { background-color: #BABA54; }
a { background-color: rgb(186,186,84); }
div.DivClassName
{
background-color: #BABA54;
}
.BgClassName
{
background-color: #BABA54;
}
</style>
border-color css
<style>
span { border-color: #BABA54; }
span { border-color: rgb(186,186,84); }
td.TdClassName
{
border-color: #BABA54;
}
.TagClassName
{
border-color: #BABA54;
}
</style>