Shades of Earls Green #C4A81D
Tints of Earls Green #C4A81D
RGB
CMYK
RGB Variations
Color information
#C4A81D (or 0xC4A81D) is known color: Earls Green. HEX triplet: C4, A8 and 1D. RGB value is (196,168,29). Sum of RGB (Red+Green+Blue) = 196+168+29=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A81D is #3B57E2. Grayscale: #A1A1A1. Windows color (decimal): -3889123 or 1943748. OLE color: 1943748.
HSL color Cylindrical-coordinate representation of color #C4A81D: hue angle of 49.94º 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 #C4A81D is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 29 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.23 |
| HSL | 49.94º | 0.74% | 0.44% | - |
| HSV(B) | 49.94º | 0.85% | 0.77% | - |
| XYZ | 36.99 | 39.83 | 6.9 | - |
| YUV | 160.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 29 | 0 | 0.14 | 0.85 | 0.23 | 49.94 | 0.74 | 0.44 |
| Hex | C4 | A8 | 1D | 0 | E | 55 | 17 | 32 | 4A | 2C |
| Octal | 304 | 250 | 35 | 0 | 16 | 125 | 27 | 62 | 112 | 54 |
| Binary | 11000100 | 10101000 | 11101 | 0 | 1110 | 1010101 | 10111 | 110010 | 1001010 | 101100 |
Color Harmonies of #C4A81D
Complementary color
Monochromatic Colors of #C4A81D
Black with #C4A81D
Text Example
Text Example
White with #C4A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A81D; }
p { color: rgb(196,168,29); }
H1.HeaderClassName
{
color: #C4A81D;
}
.AnyTagClassName
{
color: #C4A81D;
}
</style>
background-color css
<style>
a { background-color: #C4A81D; }
a { background-color: rgb(196,168,29); }
div.DivClassName
{
background-color: #C4A81D;
}
.BgClassName
{
background-color: #C4A81D;
}
</style>
border-color css
<style>
span { border-color: #C4A81D; }
span { border-color: rgb(196,168,29); }
td.TdClassName
{
border-color: #C4A81D;
}
.TagClassName
{
border-color: #C4A81D;
}
</style>