Shades of Earls Green #C2A71F
Tints of Earls Green #C2A71F
RGB
CMYK
RGB Variations
Color information
#C2A71F (or 0xC2A71F) is known color: Earls Green. HEX triplet: C2, A7 and 1F. RGB value is (194,167,31). Sum of RGB (Red+Green+Blue) = 194+167+31=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A71F is #3D58E0. Grayscale: #A0A0A0. Windows color (decimal): -4020449 or 2074562. OLE color: 2074562.
HSL color Cylindrical-coordinate representation of color #C2A71F: hue angle of 50.06º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2A71F is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 31 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.24 |
| HSL | 50.06º | 0.72% | 0.44% | - |
| HSV(B) | 50.06º | 0.84% | 0.76% | - |
| XYZ | 36.31 | 39.21 | 6.95 | - |
| YUV | 159.57 | 55.45 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 31 | 0 | 0.14 | 0.84 | 0.24 | 50.06 | 0.72 | 0.44 |
| Hex | C2 | A7 | 1F | 0 | E | 54 | 18 | 32 | 48 | 2C |
| Octal | 302 | 247 | 37 | 0 | 16 | 124 | 30 | 62 | 110 | 54 |
| Binary | 11000010 | 10100111 | 11111 | 0 | 1110 | 1010100 | 11000 | 110010 | 1001000 | 101100 |
Color Harmonies of #C2A71F
Complementary color
Monochromatic Colors of #C2A71F
Black with #C2A71F
Text Example
Text Example
White with #C2A71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A71F; }
p { color: rgb(194,167,31); }
H1.HeaderClassName
{
color: #C2A71F;
}
.AnyTagClassName
{
color: #C2A71F;
}
</style>
background-color css
<style>
a { background-color: #C2A71F; }
a { background-color: rgb(194,167,31); }
div.DivClassName
{
background-color: #C2A71F;
}
.BgClassName
{
background-color: #C2A71F;
}
</style>
border-color css
<style>
span { border-color: #C2A71F; }
span { border-color: rgb(194,167,31); }
td.TdClassName
{
border-color: #C2A71F;
}
.TagClassName
{
border-color: #C2A71F;
}
</style>