Shades of Earls Green #BAA615
Tints of Earls Green #BAA615
RGB
CMYK
RGB Variations
Color information
#BAA615 (or 0xBAA615) is known color: Earls Green. HEX triplet: BA, A6 and 15. RGB value is (186,166,21). Sum of RGB (Red+Green+Blue) = 186+166+21=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA615 is #4559EA. Grayscale: #9C9C9C. Windows color (decimal): -4545003 or 1418938. OLE color: 1418938.
HSL color Cylindrical-coordinate representation of color #BAA615: hue angle of 52.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAA615 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 21 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.27 |
| HSL | 52.73º | 0.8% | 0.41% | - |
| HSV(B) | 52.73º | 0.89% | 0.73% | - |
| XYZ | 34.02 | 37.77 | 6.21 | - |
| YUV | 155.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 21 | 0 | 0.11 | 0.89 | 0.27 | 52.73 | 0.8 | 0.41 |
| Hex | BA | A6 | 15 | 0 | B | 59 | 1B | 35 | 50 | 29 |
| Octal | 272 | 246 | 25 | 0 | 13 | 131 | 33 | 65 | 120 | 51 |
| Binary | 10111010 | 10100110 | 10101 | 0 | 1011 | 1011001 | 11011 | 110101 | 1010000 | 101001 |
Color Harmonies of #BAA615
Complementary color
Monochromatic Colors of #BAA615
Black with #BAA615
Text Example
Text Example
White with #BAA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA615; }
p { color: rgb(186,166,21); }
H1.HeaderClassName
{
color: #BAA615;
}
.AnyTagClassName
{
color: #BAA615;
}
</style>
background-color css
<style>
a { background-color: #BAA615; }
a { background-color: rgb(186,166,21); }
div.DivClassName
{
background-color: #BAA615;
}
.BgClassName
{
background-color: #BAA615;
}
</style>
border-color css
<style>
span { border-color: #BAA615; }
span { border-color: rgb(186,166,21); }
td.TdClassName
{
border-color: #BAA615;
}
.TagClassName
{
border-color: #BAA615;
}
</style>