Shades of Earls Green #C5A42A
Tints of Earls Green #C5A42A
RGB
CMYK
RGB Variations
Color information
#C5A42A (or 0xC5A42A) is known color: Earls Green. HEX triplet: C5, A4 and 2A. RGB value is (197,164,42). Sum of RGB (Red+Green+Blue) = 197+164+42=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A42A is #3A5BD5. Grayscale: #A0A0A0. Windows color (decimal): -3824598 or 2794693. OLE color: 2794693.
HSL color Cylindrical-coordinate representation of color #C5A42A: hue angle of 47.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5A42A is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 42 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.23 |
| HSL | 47.23º | 0.65% | 0.47% | - |
| HSV(B) | 47.23º | 0.79% | 0.77% | - |
| XYZ | 36.72 | 38.59 | 7.7 | - |
| YUV | 159.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 42 | 0 | 0.17 | 0.79 | 0.23 | 47.23 | 0.65 | 0.47 |
| Hex | C5 | A4 | 2A | 0 | 11 | 4F | 17 | 2F | 41 | 2F |
| Octal | 305 | 244 | 52 | 0 | 21 | 117 | 27 | 57 | 101 | 57 |
| Binary | 11000101 | 10100100 | 101010 | 0 | 10001 | 1001111 | 10111 | 101111 | 1000001 | 101111 |
Color Harmonies of #C5A42A
Complementary color
Monochromatic Colors of #C5A42A
Black with #C5A42A
Text Example
Text Example
White with #C5A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A42A; }
p { color: rgb(197,164,42); }
H1.HeaderClassName
{
color: #C5A42A;
}
.AnyTagClassName
{
color: #C5A42A;
}
</style>
background-color css
<style>
a { background-color: #C5A42A; }
a { background-color: rgb(197,164,42); }
div.DivClassName
{
background-color: #C5A42A;
}
.BgClassName
{
background-color: #C5A42A;
}
</style>
border-color css
<style>
span { border-color: #C5A42A; }
span { border-color: rgb(197,164,42); }
td.TdClassName
{
border-color: #C5A42A;
}
.TagClassName
{
border-color: #C5A42A;
}
</style>