Shades of Earls Green #C5AA1E
Tints of Earls Green #C5AA1E
RGB
CMYK
RGB Variations
Color information
#C5AA1E (or 0xC5AA1E) is known color: Earls Green. HEX triplet: C5, AA and 1E. RGB value is (197,170,30). Sum of RGB (Red+Green+Blue) = 197+170+30=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA1E is #3A55E1. Grayscale: #A2A2A2. Windows color (decimal): -3823074 or 2009797. OLE color: 2009797.
HSL color Cylindrical-coordinate representation of color #C5AA1E: hue angle of 50.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5AA1E is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 30 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.23 |
| HSL | 50.3º | 0.74% | 0.45% | - |
| HSV(B) | 50.3º | 0.85% | 0.77% | - |
| XYZ | 37.64 | 40.71 | 7.1 | - |
| YUV | 162.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 30 | 0 | 0.14 | 0.85 | 0.23 | 50.3 | 0.74 | 0.45 |
| Hex | C5 | AA | 1E | 0 | E | 55 | 17 | 32 | 4A | 2D |
| Octal | 305 | 252 | 36 | 0 | 16 | 125 | 27 | 62 | 112 | 55 |
| Binary | 11000101 | 10101010 | 11110 | 0 | 1110 | 1010101 | 10111 | 110010 | 1001010 | 101101 |
Color Harmonies of #C5AA1E
Complementary color
Monochromatic Colors of #C5AA1E
Black with #C5AA1E
Text Example
Text Example
White with #C5AA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA1E; }
p { color: rgb(197,170,30); }
H1.HeaderClassName
{
color: #C5AA1E;
}
.AnyTagClassName
{
color: #C5AA1E;
}
</style>
background-color css
<style>
a { background-color: #C5AA1E; }
a { background-color: rgb(197,170,30); }
div.DivClassName
{
background-color: #C5AA1E;
}
.BgClassName
{
background-color: #C5AA1E;
}
</style>
border-color css
<style>
span { border-color: #C5AA1E; }
span { border-color: rgb(197,170,30); }
td.TdClassName
{
border-color: #C5AA1E;
}
.TagClassName
{
border-color: #C5AA1E;
}
</style>