Shades of Earls Green #C2A831
Tints of Earls Green #C2A831
RGB
CMYK
RGB Variations
Color information
#C2A831 (or 0xC2A831) is known color: Earls Green. HEX triplet: C2, A8 and 31. RGB value is (194,168,49). Sum of RGB (Red+Green+Blue) = 194+168+49=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A831 is #3D57CE. Grayscale: #A2A2A2. Windows color (decimal): -4020175 or 3254466. OLE color: 3254466.
HSL color Cylindrical-coordinate representation of color #C2A831: hue angle of 49.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2A831 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 49 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.24 |
| HSL | 49.24º | 0.6% | 0.48% | - |
| HSV(B) | 49.24º | 0.75% | 0.76% | - |
| XYZ | 36.81 | 39.7 | 8.63 | - |
| YUV | 162.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 49 | 0 | 0.13 | 0.75 | 0.24 | 49.24 | 0.6 | 0.48 |
| Hex | C2 | A8 | 31 | 0 | D | 4B | 18 | 31 | 3C | 30 |
| Octal | 302 | 250 | 61 | 0 | 15 | 113 | 30 | 61 | 74 | 60 |
| Binary | 11000010 | 10101000 | 110001 | 0 | 1101 | 1001011 | 11000 | 110001 | 111100 | 110000 |
Color Harmonies of #C2A831
Complementary color
Monochromatic Colors of #C2A831
Black with #C2A831
Text Example
Text Example
White with #C2A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A831; }
p { color: rgb(194,168,49); }
H1.HeaderClassName
{
color: #C2A831;
}
.AnyTagClassName
{
color: #C2A831;
}
</style>
background-color css
<style>
a { background-color: #C2A831; }
a { background-color: rgb(194,168,49); }
div.DivClassName
{
background-color: #C2A831;
}
.BgClassName
{
background-color: #C2A831;
}
</style>
border-color css
<style>
span { border-color: #C2A831; }
span { border-color: rgb(194,168,49); }
td.TdClassName
{
border-color: #C2A831;
}
.TagClassName
{
border-color: #C2A831;
}
</style>