Shades of Earls Green #BAA812
Tints of Earls Green #BAA812
RGB
CMYK
RGB Variations
Color information
#BAA812 (or 0xBAA812) is known color: Earls Green. HEX triplet: BA, A8 and 12. RGB value is (186,168,18). Sum of RGB (Red+Green+Blue) = 186+168+18=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA812 is #4557ED. Grayscale: #9C9C9C. Windows color (decimal): -4544494 or 1222842. OLE color: 1222842.
HSL color Cylindrical-coordinate representation of color #BAA812: hue angle of 53.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAA812 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 18 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.27 |
| HSL | 53.57º | 0.82% | 0.4% | - |
| HSV(B) | 53.57º | 0.9% | 0.73% | - |
| XYZ | 34.36 | 38.49 | 6.19 | - |
| YUV | 156.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 18 | 0 | 0.10 | 0.90 | 0.27 | 53.57 | 0.82 | 0.4 |
| Hex | BA | A8 | 12 | 0 | A | 5A | 1B | 36 | 52 | 28 |
| Octal | 272 | 250 | 22 | 0 | 12 | 132 | 33 | 66 | 122 | 50 |
| Binary | 10111010 | 10101000 | 10010 | 0 | 1010 | 1011010 | 11011 | 110110 | 1010010 | 101000 |
Color Harmonies of #BAA812
Complementary color
Monochromatic Colors of #BAA812
Black with #BAA812
Text Example
Text Example
White with #BAA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA812; }
p { color: rgb(186,168,18); }
H1.HeaderClassName
{
color: #BAA812;
}
.AnyTagClassName
{
color: #BAA812;
}
</style>
background-color css
<style>
a { background-color: #BAA812; }
a { background-color: rgb(186,168,18); }
div.DivClassName
{
background-color: #BAA812;
}
.BgClassName
{
background-color: #BAA812;
}
</style>
border-color css
<style>
span { border-color: #BAA812; }
span { border-color: rgb(186,168,18); }
td.TdClassName
{
border-color: #BAA812;
}
.TagClassName
{
border-color: #BAA812;
}
</style>