Shades of Earls Green #C2AA17
Tints of Earls Green #C2AA17
RGB
CMYK
RGB Variations
Color information
#C2AA17 (or 0xC2AA17) is known color: Earls Green. HEX triplet: C2, AA and 17. RGB value is (194,170,23). Sum of RGB (Red+Green+Blue) = 194+170+23=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AA17 is #3D55E8. Grayscale: #A1A1A1. Windows color (decimal): -4019689 or 1551042. OLE color: 1551042.
HSL color Cylindrical-coordinate representation of color #C2AA17: hue angle of 51.58º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2AA17 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 23 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.24 |
| HSL | 51.58º | 0.79% | 0.43% | - |
| HSV(B) | 51.58º | 0.88% | 0.76% | - |
| XYZ | 36.78 | 40.28 | 6.65 | - |
| YUV | 160.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 23 | 0 | 0.12 | 0.88 | 0.24 | 51.58 | 0.79 | 0.43 |
| Hex | C2 | AA | 17 | 0 | C | 58 | 18 | 34 | 4F | 2B |
| Octal | 302 | 252 | 27 | 0 | 14 | 130 | 30 | 64 | 117 | 53 |
| Binary | 11000010 | 10101010 | 10111 | 0 | 1100 | 1011000 | 11000 | 110100 | 1001111 | 101011 |
Color Harmonies of #C2AA17
Complementary color
Monochromatic Colors of #C2AA17
Black with #C2AA17
Text Example
Text Example
White with #C2AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA17; }
p { color: rgb(194,170,23); }
H1.HeaderClassName
{
color: #C2AA17;
}
.AnyTagClassName
{
color: #C2AA17;
}
</style>
background-color css
<style>
a { background-color: #C2AA17; }
a { background-color: rgb(194,170,23); }
div.DivClassName
{
background-color: #C2AA17;
}
.BgClassName
{
background-color: #C2AA17;
}
</style>
border-color css
<style>
span { border-color: #C2AA17; }
span { border-color: rgb(194,170,23); }
td.TdClassName
{
border-color: #C2AA17;
}
.TagClassName
{
border-color: #C2AA17;
}
</style>