Shades of Earls Green #C3A61E
Tints of Earls Green #C3A61E
RGB
CMYK
RGB Variations
Color information
#C3A61E (or 0xC3A61E) is known color: Earls Green. HEX triplet: C3, A6 and 1E. RGB value is (195,166,30). Sum of RGB (Red+Green+Blue) = 195+166+30=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A61E is #3C59E1. Grayscale: #9F9F9F. Windows color (decimal): -3955170 or 2008771. OLE color: 2008771.
HSL color Cylindrical-coordinate representation of color #C3A61E: hue angle of 49.45º degrees, saturation: 0.73, 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 #C3A61E is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 30 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.24 |
| HSL | 49.45º | 0.73% | 0.44% | - |
| HSV(B) | 49.45º | 0.85% | 0.76% | - |
| XYZ | 36.38 | 38.97 | 6.83 | - |
| YUV | 159.17 | 55.11 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 30 | 0 | 0.15 | 0.85 | 0.24 | 49.45 | 0.73 | 0.44 |
| Hex | C3 | A6 | 1E | 0 | F | 55 | 18 | 31 | 49 | 2C |
| Octal | 303 | 246 | 36 | 0 | 17 | 125 | 30 | 61 | 111 | 54 |
| Binary | 11000011 | 10100110 | 11110 | 0 | 1111 | 1010101 | 11000 | 110001 | 1001001 | 101100 |
Color Harmonies of #C3A61E
Complementary color
Monochromatic Colors of #C3A61E
Black with #C3A61E
Text Example
Text Example
White with #C3A61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A61E; }
p { color: rgb(195,166,30); }
H1.HeaderClassName
{
color: #C3A61E;
}
.AnyTagClassName
{
color: #C3A61E;
}
</style>
background-color css
<style>
a { background-color: #C3A61E; }
a { background-color: rgb(195,166,30); }
div.DivClassName
{
background-color: #C3A61E;
}
.BgClassName
{
background-color: #C3A61E;
}
</style>
border-color css
<style>
span { border-color: #C3A61E; }
span { border-color: rgb(195,166,30); }
td.TdClassName
{
border-color: #C3A61E;
}
.TagClassName
{
border-color: #C3A61E;
}
</style>