Shades of Earls Green #C2A81D
Tints of Earls Green #C2A81D
RGB
CMYK
RGB Variations
Color information
#C2A81D (or 0xC2A81D) is known color: Earls Green. HEX triplet: C2, A8 and 1D. RGB value is (194,168,29). Sum of RGB (Red+Green+Blue) = 194+168+29=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A81D is #3D57E2. Grayscale: #A0A0A0. Windows color (decimal): -4020195 or 1943746. OLE color: 1943746.
HSL color Cylindrical-coordinate representation of color #C2A81D: hue angle of 50.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2A81D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 29 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.24 |
| HSL | 50.55º | 0.74% | 0.44% | - |
| HSV(B) | 50.55º | 0.85% | 0.76% | - |
| XYZ | 36.47 | 39.56 | 6.88 | - |
| YUV | 159.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 29 | 0 | 0.13 | 0.85 | 0.24 | 50.55 | 0.74 | 0.44 |
| Hex | C2 | A8 | 1D | 0 | D | 55 | 18 | 33 | 4A | 2C |
| Octal | 302 | 250 | 35 | 0 | 15 | 125 | 30 | 63 | 112 | 54 |
| Binary | 11000010 | 10101000 | 11101 | 0 | 1101 | 1010101 | 11000 | 110011 | 1001010 | 101100 |
Color Harmonies of #C2A81D
Complementary color
Monochromatic Colors of #C2A81D
Black with #C2A81D
Text Example
Text Example
White with #C2A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A81D; }
p { color: rgb(194,168,29); }
H1.HeaderClassName
{
color: #C2A81D;
}
.AnyTagClassName
{
color: #C2A81D;
}
</style>
background-color css
<style>
a { background-color: #C2A81D; }
a { background-color: rgb(194,168,29); }
div.DivClassName
{
background-color: #C2A81D;
}
.BgClassName
{
background-color: #C2A81D;
}
</style>
border-color css
<style>
span { border-color: #C2A81D; }
span { border-color: rgb(194,168,29); }
td.TdClassName
{
border-color: #C2A81D;
}
.TagClassName
{
border-color: #C2A81D;
}
</style>