Shades of Earls Green #C5AA19
Tints of Earls Green #C5AA19
RGB
CMYK
RGB Variations
Color information
#C5AA19 (or 0xC5AA19) is known color: Earls Green. HEX triplet: C5, AA and 19. RGB value is (197,170,25). Sum of RGB (Red+Green+Blue) = 197+170+25=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA19 is #3A55E6. Grayscale: #A2A2A2. Windows color (decimal): -3823079 or 1682117. OLE color: 1682117.
HSL color Cylindrical-coordinate representation of color #C5AA19: hue angle of 50.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5AA19 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 25 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.23 |
| HSL | 50.58º | 0.77% | 0.44% | - |
| HSV(B) | 50.58º | 0.87% | 0.77% | - |
| XYZ | 37.58 | 40.69 | 6.79 | - |
| YUV | 161.54 | 50.95 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 25 | 0 | 0.14 | 0.87 | 0.23 | 50.58 | 0.77 | 0.44 |
| Hex | C5 | AA | 19 | 0 | E | 57 | 17 | 33 | 4D | 2C |
| Octal | 305 | 252 | 31 | 0 | 16 | 127 | 27 | 63 | 115 | 54 |
| Binary | 11000101 | 10101010 | 11001 | 0 | 1110 | 1010111 | 10111 | 110011 | 1001101 | 101100 |
Color Harmonies of #C5AA19
Complementary color
Monochromatic Colors of #C5AA19
Black with #C5AA19
Text Example
Text Example
White with #C5AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA19; }
p { color: rgb(197,170,25); }
H1.HeaderClassName
{
color: #C5AA19;
}
.AnyTagClassName
{
color: #C5AA19;
}
</style>
background-color css
<style>
a { background-color: #C5AA19; }
a { background-color: rgb(197,170,25); }
div.DivClassName
{
background-color: #C5AA19;
}
.BgClassName
{
background-color: #C5AA19;
}
</style>
border-color css
<style>
span { border-color: #C5AA19; }
span { border-color: rgb(197,170,25); }
td.TdClassName
{
border-color: #C5AA19;
}
.TagClassName
{
border-color: #C5AA19;
}
</style>