Shades of Earls Green #C2AA18
Tints of Earls Green #C2AA18
RGB
CMYK
RGB Variations
Color information
#C2AA18 (or 0xC2AA18) is known color: Earls Green. HEX triplet: C2, AA and 18. RGB value is (194,170,24). Sum of RGB (Red+Green+Blue) = 194+170+24=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AA18 is #3D55E7. Grayscale: #A1A1A1. Windows color (decimal): -4019688 or 1616578. OLE color: 1616578.
HSL color Cylindrical-coordinate representation of color #C2AA18: hue angle of 51.53º degrees, saturation: 0.78, 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 #C2AA18 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 24 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.24 |
| HSL | 51.53º | 0.78% | 0.43% | - |
| HSV(B) | 51.53º | 0.88% | 0.76% | - |
| XYZ | 36.79 | 40.28 | 6.7 | - |
| YUV | 160.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 24 | 0 | 0.12 | 0.88 | 0.24 | 51.53 | 0.78 | 0.43 |
| Hex | C2 | AA | 18 | 0 | C | 58 | 18 | 34 | 4E | 2B |
| Octal | 302 | 252 | 30 | 0 | 14 | 130 | 30 | 64 | 116 | 53 |
| Binary | 11000010 | 10101010 | 11000 | 0 | 1100 | 1011000 | 11000 | 110100 | 1001110 | 101011 |
Color Harmonies of #C2AA18
Complementary color
Monochromatic Colors of #C2AA18
Black with #C2AA18
Text Example
Text Example
White with #C2AA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA18; }
p { color: rgb(194,170,24); }
H1.HeaderClassName
{
color: #C2AA18;
}
.AnyTagClassName
{
color: #C2AA18;
}
</style>
background-color css
<style>
a { background-color: #C2AA18; }
a { background-color: rgb(194,170,24); }
div.DivClassName
{
background-color: #C2AA18;
}
.BgClassName
{
background-color: #C2AA18;
}
</style>
border-color css
<style>
span { border-color: #C2AA18; }
span { border-color: rgb(194,170,24); }
td.TdClassName
{
border-color: #C2AA18;
}
.TagClassName
{
border-color: #C2AA18;
}
</style>