Shades of Earls Green #C5A81D
Tints of Earls Green #C5A81D
RGB
CMYK
RGB Variations
Color information
#C5A81D (or 0xC5A81D) is known color: Earls Green. HEX triplet: C5, A8 and 1D. RGB value is (197,168,29). Sum of RGB (Red+Green+Blue) = 197+168+29=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A81D is #3A57E2. Grayscale: #A1A1A1. Windows color (decimal): -3823587 or 1943749. OLE color: 1943749.
HSL color Cylindrical-coordinate representation of color #C5A81D: hue angle of 49.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5A81D is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 29 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.23 |
| HSL | 49.64º | 0.74% | 0.44% | - |
| HSV(B) | 49.64º | 0.85% | 0.77% | - |
| XYZ | 37.25 | 39.96 | 6.91 | - |
| YUV | 160.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 29 | 0 | 0.15 | 0.85 | 0.23 | 49.64 | 0.74 | 0.44 |
| Hex | C5 | A8 | 1D | 0 | F | 55 | 17 | 32 | 4A | 2C |
| Octal | 305 | 250 | 35 | 0 | 17 | 125 | 27 | 62 | 112 | 54 |
| Binary | 11000101 | 10101000 | 11101 | 0 | 1111 | 1010101 | 10111 | 110010 | 1001010 | 101100 |
Color Harmonies of #C5A81D
Complementary color
Monochromatic Colors of #C5A81D
Black with #C5A81D
Text Example
Text Example
White with #C5A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A81D; }
p { color: rgb(197,168,29); }
H1.HeaderClassName
{
color: #C5A81D;
}
.AnyTagClassName
{
color: #C5A81D;
}
</style>
background-color css
<style>
a { background-color: #C5A81D; }
a { background-color: rgb(197,168,29); }
div.DivClassName
{
background-color: #C5A81D;
}
.BgClassName
{
background-color: #C5A81D;
}
</style>
border-color css
<style>
span { border-color: #C5A81D; }
span { border-color: rgb(197,168,29); }
td.TdClassName
{
border-color: #C5A81D;
}
.TagClassName
{
border-color: #C5A81D;
}
</style>