Shades of Earls Green #C2A828
Tints of Earls Green #C2A828
RGB
CMYK
RGB Variations
Color information
#C2A828 (or 0xC2A828) is known color: Earls Green. HEX triplet: C2, A8 and 28. RGB value is (194,168,40). Sum of RGB (Red+Green+Blue) = 194+168+40=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A828 is #3D57D7. Grayscale: #A1A1A1. Windows color (decimal): -4020184 or 2664642. OLE color: 2664642.
HSL color Cylindrical-coordinate representation of color #C2A828: hue angle of 49.87º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2A828 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 40 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.24 |
| HSL | 49.87º | 0.66% | 0.46% | - |
| HSV(B) | 49.87º | 0.79% | 0.76% | - |
| XYZ | 36.63 | 39.63 | 7.73 | - |
| YUV | 161.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 40 | 0 | 0.13 | 0.79 | 0.24 | 49.87 | 0.66 | 0.46 |
| Hex | C2 | A8 | 28 | 0 | D | 4F | 18 | 32 | 42 | 2E |
| Octal | 302 | 250 | 50 | 0 | 15 | 117 | 30 | 62 | 102 | 56 |
| Binary | 11000010 | 10101000 | 101000 | 0 | 1101 | 1001111 | 11000 | 110010 | 1000010 | 101110 |
Color Harmonies of #C2A828
Complementary color
Monochromatic Colors of #C2A828
Black with #C2A828
Text Example
Text Example
White with #C2A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A828; }
p { color: rgb(194,168,40); }
H1.HeaderClassName
{
color: #C2A828;
}
.AnyTagClassName
{
color: #C2A828;
}
</style>
background-color css
<style>
a { background-color: #C2A828; }
a { background-color: rgb(194,168,40); }
div.DivClassName
{
background-color: #C2A828;
}
.BgClassName
{
background-color: #C2A828;
}
</style>
border-color css
<style>
span { border-color: #C2A828; }
span { border-color: rgb(194,168,40); }
td.TdClassName
{
border-color: #C2A828;
}
.TagClassName
{
border-color: #C2A828;
}
</style>