Shades of Earls Green #C2A42A
Tints of Earls Green #C2A42A
RGB
CMYK
RGB Variations
Color information
#C2A42A (or 0xC2A42A) is known color: Earls Green. HEX triplet: C2, A4 and 2A. RGB value is (194,164,42). Sum of RGB (Red+Green+Blue) = 194+164+42=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A42A is #3D5BD5. Grayscale: #9F9F9F. Windows color (decimal): -4021206 or 2794690. OLE color: 2794690.
HSL color Cylindrical-coordinate representation of color #C2A42A: hue angle of 48.16º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2A42A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 42 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.24 |
| HSL | 48.16º | 0.64% | 0.46% | - |
| HSV(B) | 48.16º | 0.78% | 0.76% | - |
| XYZ | 35.94 | 38.19 | 7.67 | - |
| YUV | 159.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 42 | 0 | 0.15 | 0.78 | 0.24 | 48.16 | 0.64 | 0.46 |
| Hex | C2 | A4 | 2A | 0 | F | 4E | 18 | 30 | 40 | 2E |
| Octal | 302 | 244 | 52 | 0 | 17 | 116 | 30 | 60 | 100 | 56 |
| Binary | 11000010 | 10100100 | 101010 | 0 | 1111 | 1001110 | 11000 | 110000 | 1000000 | 101110 |
Color Harmonies of #C2A42A
Complementary color
Monochromatic Colors of #C2A42A
Black with #C2A42A
Text Example
Text Example
White with #C2A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A42A; }
p { color: rgb(194,164,42); }
H1.HeaderClassName
{
color: #C2A42A;
}
.AnyTagClassName
{
color: #C2A42A;
}
</style>
background-color css
<style>
a { background-color: #C2A42A; }
a { background-color: rgb(194,164,42); }
div.DivClassName
{
background-color: #C2A42A;
}
.BgClassName
{
background-color: #C2A42A;
}
</style>
border-color css
<style>
span { border-color: #C2A42A; }
span { border-color: rgb(194,164,42); }
td.TdClassName
{
border-color: #C2A42A;
}
.TagClassName
{
border-color: #C2A42A;
}
</style>