Shades of Earls Green #BAAA17
Tints of Earls Green #BAAA17
RGB
CMYK
RGB Variations
Color information
#BAAA17 (or 0xBAAA17) is known color: Earls Green. HEX triplet: BA, AA and 17. RGB value is (186,170,23). Sum of RGB (Red+Green+Blue) = 186+170+23=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA17 is #4555E8. Grayscale: #9E9E9E. Windows color (decimal): -4543977 or 1551034. OLE color: 1551034.
HSL color Cylindrical-coordinate representation of color #BAAA17: hue angle of 54.11º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAAA17 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.27 |
| HSL | 54.11º | 0.78% | 0.41% | - |
| HSV(B) | 54.11º | 0.88% | 0.73% | - |
| XYZ | 34.78 | 39.25 | 6.55 | - |
| YUV | 158.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 23 | 0 | 0.09 | 0.88 | 0.27 | 54.11 | 0.78 | 0.41 |
| Hex | BA | AA | 17 | 0 | 9 | 58 | 1B | 36 | 4E | 29 |
| Octal | 272 | 252 | 27 | 0 | 11 | 130 | 33 | 66 | 116 | 51 |
| Binary | 10111010 | 10101010 | 10111 | 0 | 1001 | 1011000 | 11011 | 110110 | 1001110 | 101001 |
Color Harmonies of #BAAA17
Complementary color
Monochromatic Colors of #BAAA17
Black with #BAAA17
Text Example
Text Example
White with #BAAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA17; }
p { color: rgb(186,170,23); }
H1.HeaderClassName
{
color: #BAAA17;
}
.AnyTagClassName
{
color: #BAAA17;
}
</style>
background-color css
<style>
a { background-color: #BAAA17; }
a { background-color: rgb(186,170,23); }
div.DivClassName
{
background-color: #BAAA17;
}
.BgClassName
{
background-color: #BAAA17;
}
</style>
border-color css
<style>
span { border-color: #BAAA17; }
span { border-color: rgb(186,170,23); }
td.TdClassName
{
border-color: #BAAA17;
}
.TagClassName
{
border-color: #BAAA17;
}
</style>