Shades of Earls Green #BAA619
Tints of Earls Green #BAA619
RGB
CMYK
RGB Variations
Color information
#BAA619 (or 0xBAA619) is known color: Earls Green. HEX triplet: BA, A6 and 19. RGB value is (186,166,25). Sum of RGB (Red+Green+Blue) = 186+166+25=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA619 is #4559E6. Grayscale: #9C9C9C. Windows color (decimal): -4544999 or 1681082. OLE color: 1681082.
HSL color Cylindrical-coordinate representation of color #BAA619: hue angle of 52.55º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAA619 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 25 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.27 |
| HSL | 52.55º | 0.76% | 0.41% | - |
| HSV(B) | 52.55º | 0.87% | 0.73% | - |
| XYZ | 34.06 | 37.78 | 6.42 | - |
| YUV | 155.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 25 | 0 | 0.11 | 0.87 | 0.27 | 52.55 | 0.76 | 0.41 |
| Hex | BA | A6 | 19 | 0 | B | 57 | 1B | 35 | 4C | 29 |
| Octal | 272 | 246 | 31 | 0 | 13 | 127 | 33 | 65 | 114 | 51 |
| Binary | 10111010 | 10100110 | 11001 | 0 | 1011 | 1010111 | 11011 | 110101 | 1001100 | 101001 |
Color Harmonies of #BAA619
Complementary color
Monochromatic Colors of #BAA619
Black with #BAA619
Text Example
Text Example
White with #BAA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA619; }
p { color: rgb(186,166,25); }
H1.HeaderClassName
{
color: #BAA619;
}
.AnyTagClassName
{
color: #BAA619;
}
</style>
background-color css
<style>
a { background-color: #BAA619; }
a { background-color: rgb(186,166,25); }
div.DivClassName
{
background-color: #BAA619;
}
.BgClassName
{
background-color: #BAA619;
}
</style>
border-color css
<style>
span { border-color: #BAA619; }
span { border-color: rgb(186,166,25); }
td.TdClassName
{
border-color: #BAA619;
}
.TagClassName
{
border-color: #BAA619;
}
</style>