Shades of Earls Green #BAA814
Tints of Earls Green #BAA814
RGB
CMYK
RGB Variations
Color information
#BAA814 (or 0xBAA814) is known color: Earls Green. HEX triplet: BA, A8 and 14. RGB value is (186,168,20). Sum of RGB (Red+Green+Blue) = 186+168+20=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA814 is #4557EB. Grayscale: #9D9D9D. Windows color (decimal): -4544492 or 1353914. OLE color: 1353914.
HSL color Cylindrical-coordinate representation of color #BAA814: hue angle of 53.49º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAA814 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 20 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.27 |
| HSL | 53.49º | 0.81% | 0.4% | - |
| HSV(B) | 53.49º | 0.89% | 0.73% | - |
| XYZ | 34.38 | 38.49 | 6.28 | - |
| YUV | 156.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 20 | 0 | 0.10 | 0.89 | 0.27 | 53.49 | 0.81 | 0.4 |
| Hex | BA | A8 | 14 | 0 | A | 59 | 1B | 35 | 51 | 28 |
| Octal | 272 | 250 | 24 | 0 | 12 | 131 | 33 | 65 | 121 | 50 |
| Binary | 10111010 | 10101000 | 10100 | 0 | 1010 | 1011001 | 11011 | 110101 | 1010001 | 101000 |
Color Harmonies of #BAA814
Complementary color
Monochromatic Colors of #BAA814
Black with #BAA814
Text Example
Text Example
White with #BAA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA814; }
p { color: rgb(186,168,20); }
H1.HeaderClassName
{
color: #BAA814;
}
.AnyTagClassName
{
color: #BAA814;
}
</style>
background-color css
<style>
a { background-color: #BAA814; }
a { background-color: rgb(186,168,20); }
div.DivClassName
{
background-color: #BAA814;
}
.BgClassName
{
background-color: #BAA814;
}
</style>
border-color css
<style>
span { border-color: #BAA814; }
span { border-color: rgb(186,168,20); }
td.TdClassName
{
border-color: #BAA814;
}
.TagClassName
{
border-color: #BAA814;
}
</style>