Shades of Earls Green #C3AA1D
Tints of Earls Green #C3AA1D
RGB
CMYK
RGB Variations
Color information
#C3AA1D (or 0xC3AA1D) is known color: Earls Green. HEX triplet: C3, AA and 1D. RGB value is (195,170,29). Sum of RGB (Red+Green+Blue) = 195+170+29=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA1D is #3C55E2. Grayscale: #A1A1A1. Windows color (decimal): -3954147 or 1944259. OLE color: 1944259.
HSL color Cylindrical-coordinate representation of color #C3AA1D: hue angle of 50.96º 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 #C3AA1D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 29 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.24 |
| HSL | 50.96º | 0.74% | 0.44% | - |
| HSV(B) | 50.96º | 0.85% | 0.76% | - |
| XYZ | 37.1 | 40.44 | 7.01 | - |
| YUV | 161.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 29 | 0 | 0.13 | 0.85 | 0.24 | 50.96 | 0.74 | 0.44 |
| Hex | C3 | AA | 1D | 0 | D | 55 | 18 | 33 | 4A | 2C |
| Octal | 303 | 252 | 35 | 0 | 15 | 125 | 30 | 63 | 112 | 54 |
| Binary | 11000011 | 10101010 | 11101 | 0 | 1101 | 1010101 | 11000 | 110011 | 1001010 | 101100 |
Color Harmonies of #C3AA1D
Complementary color
Monochromatic Colors of #C3AA1D
Black with #C3AA1D
Text Example
Text Example
White with #C3AA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA1D; }
p { color: rgb(195,170,29); }
H1.HeaderClassName
{
color: #C3AA1D;
}
.AnyTagClassName
{
color: #C3AA1D;
}
</style>
background-color css
<style>
a { background-color: #C3AA1D; }
a { background-color: rgb(195,170,29); }
div.DivClassName
{
background-color: #C3AA1D;
}
.BgClassName
{
background-color: #C3AA1D;
}
</style>
border-color css
<style>
span { border-color: #C3AA1D; }
span { border-color: rgb(195,170,29); }
td.TdClassName
{
border-color: #C3AA1D;
}
.TagClassName
{
border-color: #C3AA1D;
}
</style>