Shades of Earls Green #BABA2F
Tints of Earls Green #BABA2F
RGB
CMYK
RGB Variations
Color information
#BABA2F (or 0xBABA2F) is known color: Earls Green. HEX triplet: BA, BA and 2F. RGB value is (186,186,47). Sum of RGB (Red+Green+Blue) = 186+186+47=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA2F is #4545D0. Grayscale: #AAAAAA. Windows color (decimal): -4539857 or 3127994. OLE color: 3127994.
HSL color Cylindrical-coordinate representation of color #BABA2F: hue angle of 60º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BABA2F is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 47 | - |
| CMYK | 0 | 0 | 0.75 | 0.27 |
| HSL | 60º | 0.6% | 0.46% | - |
| HSV(B) | 60º | 0.75% | 0.73% | - |
| XYZ | 38.32 | 45.76 | 9.5 | - |
| YUV | 170.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 47 | 0 | 0 | 0.75 | 0.27 | 60 | 0.6 | 0.46 |
| Hex | BA | BA | 2F | 0 | 0 | 4B | 1B | 3C | 3C | 2E |
| Octal | 272 | 272 | 57 | 0 | 0 | 113 | 33 | 74 | 74 | 56 |
| Binary | 10111010 | 10111010 | 101111 | 0 | 0 | 1001011 | 11011 | 111100 | 111100 | 101110 |
Color Harmonies of #BABA2F
Complementary color
Monochromatic Colors of #BABA2F
Black with #BABA2F
Text Example
Text Example
White with #BABA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA2F; }
p { color: rgb(186,186,47); }
H1.HeaderClassName
{
color: #BABA2F;
}
.AnyTagClassName
{
color: #BABA2F;
}
</style>
background-color css
<style>
a { background-color: #BABA2F; }
a { background-color: rgb(186,186,47); }
div.DivClassName
{
background-color: #BABA2F;
}
.BgClassName
{
background-color: #BABA2F;
}
</style>
border-color css
<style>
span { border-color: #BABA2F; }
span { border-color: rgb(186,186,47); }
td.TdClassName
{
border-color: #BABA2F;
}
.TagClassName
{
border-color: #BABA2F;
}
</style>