Shades of Earls Green #C3A71F
Tints of Earls Green #C3A71F
RGB
CMYK
RGB Variations
Color information
#C3A71F (or 0xC3A71F) is known color: Earls Green. HEX triplet: C3, A7 and 1F. RGB value is (195,167,31). Sum of RGB (Red+Green+Blue) = 195+167+31=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A71F is #3C58E0. Grayscale: #A0A0A0. Windows color (decimal): -3954913 or 2074563. OLE color: 2074563.
HSL color Cylindrical-coordinate representation of color #C3A71F: hue angle of 49.76º degrees, saturation: 0.73, 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 #C3A71F is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 31 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.24 |
| HSL | 49.76º | 0.73% | 0.44% | - |
| HSV(B) | 49.76º | 0.84% | 0.76% | - |
| XYZ | 36.57 | 39.34 | 6.96 | - |
| YUV | 159.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 31 | 0 | 0.14 | 0.84 | 0.24 | 49.76 | 0.73 | 0.44 |
| Hex | C3 | A7 | 1F | 0 | E | 54 | 18 | 32 | 49 | 2C |
| Octal | 303 | 247 | 37 | 0 | 16 | 124 | 30 | 62 | 111 | 54 |
| Binary | 11000011 | 10100111 | 11111 | 0 | 1110 | 1010100 | 11000 | 110010 | 1001001 | 101100 |
Color Harmonies of #C3A71F
Complementary color
Monochromatic Colors of #C3A71F
Black with #C3A71F
Text Example
Text Example
White with #C3A71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A71F; }
p { color: rgb(195,167,31); }
H1.HeaderClassName
{
color: #C3A71F;
}
.AnyTagClassName
{
color: #C3A71F;
}
</style>
background-color css
<style>
a { background-color: #C3A71F; }
a { background-color: rgb(195,167,31); }
div.DivClassName
{
background-color: #C3A71F;
}
.BgClassName
{
background-color: #C3A71F;
}
</style>
border-color css
<style>
span { border-color: #C3A71F; }
span { border-color: rgb(195,167,31); }
td.TdClassName
{
border-color: #C3A71F;
}
.TagClassName
{
border-color: #C3A71F;
}
</style>