Shades of Earls Green #C4A829
Tints of Earls Green #C4A829
RGB
CMYK
RGB Variations
Color information
#C4A829 (or 0xC4A829) is known color: Earls Green. HEX triplet: C4, A8 and 29. RGB value is (196,168,41). Sum of RGB (Red+Green+Blue) = 196+168+41=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A829 is #3B57D6. Grayscale: #A2A2A2. Windows color (decimal): -3889111 or 2730180. OLE color: 2730180.
HSL color Cylindrical-coordinate representation of color #C4A829: hue angle of 49.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4A829 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 41 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.23 |
| HSL | 49.16º | 0.65% | 0.46% | - |
| HSV(B) | 49.16º | 0.79% | 0.77% | - |
| XYZ | 37.17 | 39.9 | 7.84 | - |
| YUV | 161.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 41 | 0 | 0.14 | 0.79 | 0.23 | 49.16 | 0.65 | 0.46 |
| Hex | C4 | A8 | 29 | 0 | E | 4F | 17 | 31 | 41 | 2E |
| Octal | 304 | 250 | 51 | 0 | 16 | 117 | 27 | 61 | 101 | 56 |
| Binary | 11000100 | 10101000 | 101001 | 0 | 1110 | 1001111 | 10111 | 110001 | 1000001 | 101110 |
Color Harmonies of #C4A829
Complementary color
Monochromatic Colors of #C4A829
Black with #C4A829
Text Example
Text Example
White with #C4A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A829; }
p { color: rgb(196,168,41); }
H1.HeaderClassName
{
color: #C4A829;
}
.AnyTagClassName
{
color: #C4A829;
}
</style>
background-color css
<style>
a { background-color: #C4A829; }
a { background-color: rgb(196,168,41); }
div.DivClassName
{
background-color: #C4A829;
}
.BgClassName
{
background-color: #C4A829;
}
</style>
border-color css
<style>
span { border-color: #C4A829; }
span { border-color: rgb(196,168,41); }
td.TdClassName
{
border-color: #C4A829;
}
.TagClassName
{
border-color: #C4A829;
}
</style>