Shades of Earls Green #C3A824
Tints of Earls Green #C3A824
RGB
CMYK
RGB Variations
Color information
#C3A824 (or 0xC3A824) is known color: Earls Green. HEX triplet: C3, A8 and 24. RGB value is (195,168,36). Sum of RGB (Red+Green+Blue) = 195+168+36=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A824 is #3C57DB. Grayscale: #A1A1A1. Windows color (decimal): -3954652 or 2402499. OLE color: 2402499.
HSL color Cylindrical-coordinate representation of color #C3A824: hue angle of 49.81º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3A824 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 36 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.24 |
| HSL | 49.81º | 0.69% | 0.45% | - |
| HSV(B) | 49.81º | 0.82% | 0.76% | - |
| XYZ | 36.83 | 39.73 | 7.4 | - |
| YUV | 161.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 36 | 0 | 0.14 | 0.82 | 0.24 | 49.81 | 0.69 | 0.45 |
| Hex | C3 | A8 | 24 | 0 | E | 52 | 18 | 32 | 45 | 2D |
| Octal | 303 | 250 | 44 | 0 | 16 | 122 | 30 | 62 | 105 | 55 |
| Binary | 11000011 | 10101000 | 100100 | 0 | 1110 | 1010010 | 11000 | 110010 | 1000101 | 101101 |
Color Harmonies of #C3A824
Complementary color
Monochromatic Colors of #C3A824
Black with #C3A824
Text Example
Text Example
White with #C3A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A824; }
p { color: rgb(195,168,36); }
H1.HeaderClassName
{
color: #C3A824;
}
.AnyTagClassName
{
color: #C3A824;
}
</style>
background-color css
<style>
a { background-color: #C3A824; }
a { background-color: rgb(195,168,36); }
div.DivClassName
{
background-color: #C3A824;
}
.BgClassName
{
background-color: #C3A824;
}
</style>
border-color css
<style>
span { border-color: #C3A824; }
span { border-color: rgb(195,168,36); }
td.TdClassName
{
border-color: #C3A824;
}
.TagClassName
{
border-color: #C3A824;
}
</style>