Shades of Earls Green #BAAA12
Tints of Earls Green #BAAA12
RGB
CMYK
RGB Variations
Color information
#BAAA12 (or 0xBAAA12) is known color: Earls Green. HEX triplet: BA, AA and 12. RGB value is (186,170,18). Sum of RGB (Red+Green+Blue) = 186+170+18=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA12 is #4555ED. Grayscale: #9E9E9E. Windows color (decimal): -4543982 or 1223354. OLE color: 1223354.
HSL color Cylindrical-coordinate representation of color #BAAA12: hue angle of 54.29º 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 #BAAA12 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 18 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.27 |
| HSL | 54.29º | 0.82% | 0.4% | - |
| HSV(B) | 54.29º | 0.9% | 0.73% | - |
| XYZ | 34.73 | 39.23 | 6.31 | - |
| YUV | 157.46 | 49.3 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 18 | 0 | 0.09 | 0.90 | 0.27 | 54.29 | 0.82 | 0.4 |
| Hex | BA | AA | 12 | 0 | 9 | 5A | 1B | 36 | 52 | 28 |
| Octal | 272 | 252 | 22 | 0 | 11 | 132 | 33 | 66 | 122 | 50 |
| Binary | 10111010 | 10101010 | 10010 | 0 | 1001 | 1011010 | 11011 | 110110 | 1010010 | 101000 |
Color Harmonies of #BAAA12
Complementary color
Monochromatic Colors of #BAAA12
Black with #BAAA12
Text Example
Text Example
White with #BAAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA12; }
p { color: rgb(186,170,18); }
H1.HeaderClassName
{
color: #BAAA12;
}
.AnyTagClassName
{
color: #BAAA12;
}
</style>
background-color css
<style>
a { background-color: #BAAA12; }
a { background-color: rgb(186,170,18); }
div.DivClassName
{
background-color: #BAAA12;
}
.BgClassName
{
background-color: #BAAA12;
}
</style>
border-color css
<style>
span { border-color: #BAAA12; }
span { border-color: rgb(186,170,18); }
td.TdClassName
{
border-color: #BAAA12;
}
.TagClassName
{
border-color: #BAAA12;
}
</style>