Shades of Earls Green #BAA71A
Tints of Earls Green #BAA71A
RGB
CMYK
RGB Variations
Color information
#BAA71A (or 0xBAA71A) is known color: Earls Green. HEX triplet: BA, A7 and 1A. RGB value is (186,167,26). Sum of RGB (Red+Green+Blue) = 186+167+26=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA71A is #4558E5. Grayscale: #9D9D9D. Windows color (decimal): -4544742 or 1746874. OLE color: 1746874.
HSL color Cylindrical-coordinate representation of color #BAA71A: hue angle of 52.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAA71A is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 26 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.27 |
| HSL | 52.88º | 0.75% | 0.42% | - |
| HSV(B) | 52.88º | 0.86% | 0.73% | - |
| XYZ | 34.25 | 38.15 | 6.54 | - |
| YUV | 156.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 26 | 0 | 0.10 | 0.86 | 0.27 | 52.88 | 0.75 | 0.42 |
| Hex | BA | A7 | 1A | 0 | A | 56 | 1B | 35 | 4B | 2A |
| Octal | 272 | 247 | 32 | 0 | 12 | 126 | 33 | 65 | 113 | 52 |
| Binary | 10111010 | 10100111 | 11010 | 0 | 1010 | 1010110 | 11011 | 110101 | 1001011 | 101010 |
Color Harmonies of #BAA71A
Complementary color
Monochromatic Colors of #BAA71A
Black with #BAA71A
Text Example
Text Example
White with #BAA71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA71A; }
p { color: rgb(186,167,26); }
H1.HeaderClassName
{
color: #BAA71A;
}
.AnyTagClassName
{
color: #BAA71A;
}
</style>
background-color css
<style>
a { background-color: #BAA71A; }
a { background-color: rgb(186,167,26); }
div.DivClassName
{
background-color: #BAA71A;
}
.BgClassName
{
background-color: #BAA71A;
}
</style>
border-color css
<style>
span { border-color: #BAA71A; }
span { border-color: rgb(186,167,26); }
td.TdClassName
{
border-color: #BAA71A;
}
.TagClassName
{
border-color: #BAA71A;
}
</style>