Shades of Earls Green #C3A61D
Tints of Earls Green #C3A61D
RGB
CMYK
RGB Variations
Color information
#C3A61D (or 0xC3A61D) is known color: Earls Green. HEX triplet: C3, A6 and 1D. RGB value is (195,166,29). Sum of RGB (Red+Green+Blue) = 195+166+29=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A61D is #3C59E2. Grayscale: #9F9F9F. Windows color (decimal): -3955171 or 1943235. OLE color: 1943235.
HSL color Cylindrical-coordinate representation of color #C3A61D: hue angle of 49.52º 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 #C3A61D is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 29 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.24 |
| HSL | 49.52º | 0.74% | 0.44% | - |
| HSV(B) | 49.52º | 0.85% | 0.76% | - |
| XYZ | 36.36 | 38.96 | 6.77 | - |
| YUV | 159.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 29 | 0 | 0.15 | 0.85 | 0.24 | 49.52 | 0.74 | 0.44 |
| Hex | C3 | A6 | 1D | 0 | F | 55 | 18 | 32 | 4A | 2C |
| Octal | 303 | 246 | 35 | 0 | 17 | 125 | 30 | 62 | 112 | 54 |
| Binary | 11000011 | 10100110 | 11101 | 0 | 1111 | 1010101 | 11000 | 110010 | 1001010 | 101100 |
Color Harmonies of #C3A61D
Complementary color
Monochromatic Colors of #C3A61D
Black with #C3A61D
Text Example
Text Example
White with #C3A61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A61D; }
p { color: rgb(195,166,29); }
H1.HeaderClassName
{
color: #C3A61D;
}
.AnyTagClassName
{
color: #C3A61D;
}
</style>
background-color css
<style>
a { background-color: #C3A61D; }
a { background-color: rgb(195,166,29); }
div.DivClassName
{
background-color: #C3A61D;
}
.BgClassName
{
background-color: #C3A61D;
}
</style>
border-color css
<style>
span { border-color: #C3A61D; }
span { border-color: rgb(195,166,29); }
td.TdClassName
{
border-color: #C3A61D;
}
.TagClassName
{
border-color: #C3A61D;
}
</style>