Shades of Earls Green #C3A52E
Tints of Earls Green #C3A52E
RGB
CMYK
RGB Variations
Color information
#C3A52E (or 0xC3A52E) is known color: Earls Green. HEX triplet: C3, A5 and 2E. RGB value is (195,165,46). Sum of RGB (Red+Green+Blue) = 195+165+46=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A52E is #3C5AD1. Grayscale: #A0A0A0. Windows color (decimal): -3955410 or 3057091. OLE color: 3057091.
HSL color Cylindrical-coordinate representation of color #C3A52E: hue angle of 47.92º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3A52E is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 46 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.24 |
| HSL | 47.92º | 0.62% | 0.47% | - |
| HSV(B) | 47.92º | 0.76% | 0.76% | - |
| XYZ | 36.45 | 38.71 | 8.14 | - |
| YUV | 160.4 | 63.44 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 46 | 0 | 0.15 | 0.76 | 0.24 | 47.92 | 0.62 | 0.47 |
| Hex | C3 | A5 | 2E | 0 | F | 4C | 18 | 30 | 3E | 2F |
| Octal | 303 | 245 | 56 | 0 | 17 | 114 | 30 | 60 | 76 | 57 |
| Binary | 11000011 | 10100101 | 101110 | 0 | 1111 | 1001100 | 11000 | 110000 | 111110 | 101111 |
Color Harmonies of #C3A52E
Complementary color
Monochromatic Colors of #C3A52E
Black with #C3A52E
Text Example
Text Example
White with #C3A52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A52E; }
p { color: rgb(195,165,46); }
H1.HeaderClassName
{
color: #C3A52E;
}
.AnyTagClassName
{
color: #C3A52E;
}
</style>
background-color css
<style>
a { background-color: #C3A52E; }
a { background-color: rgb(195,165,46); }
div.DivClassName
{
background-color: #C3A52E;
}
.BgClassName
{
background-color: #C3A52E;
}
</style>
border-color css
<style>
span { border-color: #C3A52E; }
span { border-color: rgb(195,165,46); }
td.TdClassName
{
border-color: #C3A52E;
}
.TagClassName
{
border-color: #C3A52E;
}
</style>