Shades of Earls Green #C3A82E
Tints of Earls Green #C3A82E
RGB
CMYK
RGB Variations
Color information
#C3A82E (or 0xC3A82E) is known color: Earls Green. HEX triplet: C3, A8 and 2E. RGB value is (195,168,46). Sum of RGB (Red+Green+Blue) = 195+168+46=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A82E is #3C57D1. Grayscale: #A2A2A2. Windows color (decimal): -3954642 or 3057859. OLE color: 3057859.
HSL color Cylindrical-coordinate representation of color #C3A82E: hue angle of 49.13º 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 #C3A82E is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 46 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.24 |
| HSL | 49.13º | 0.62% | 0.47% | - |
| HSV(B) | 49.13º | 0.76% | 0.76% | - |
| XYZ | 37 | 39.8 | 8.32 | - |
| YUV | 162.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 46 | 0 | 0.14 | 0.76 | 0.24 | 49.13 | 0.62 | 0.47 |
| Hex | C3 | A8 | 2E | 0 | E | 4C | 18 | 31 | 3E | 2F |
| Octal | 303 | 250 | 56 | 0 | 16 | 114 | 30 | 61 | 76 | 57 |
| Binary | 11000011 | 10101000 | 101110 | 0 | 1110 | 1001100 | 11000 | 110001 | 111110 | 101111 |
Color Harmonies of #C3A82E
Complementary color
Monochromatic Colors of #C3A82E
Black with #C3A82E
Text Example
Text Example
White with #C3A82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A82E; }
p { color: rgb(195,168,46); }
H1.HeaderClassName
{
color: #C3A82E;
}
.AnyTagClassName
{
color: #C3A82E;
}
</style>
background-color css
<style>
a { background-color: #C3A82E; }
a { background-color: rgb(195,168,46); }
div.DivClassName
{
background-color: #C3A82E;
}
.BgClassName
{
background-color: #C3A82E;
}
</style>
border-color css
<style>
span { border-color: #C3A82E; }
span { border-color: rgb(195,168,46); }
td.TdClassName
{
border-color: #C3A82E;
}
.TagClassName
{
border-color: #C3A82E;
}
</style>