Shades of Earls Green #C3A621
Tints of Earls Green #C3A621
RGB
CMYK
RGB Variations
Color information
#C3A621 (or 0xC3A621) is known color: Earls Green. HEX triplet: C3, A6 and 21. RGB value is (195,166,33). Sum of RGB (Red+Green+Blue) = 195+166+33=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A621 is #3C59DE. Grayscale: #A0A0A0. Windows color (decimal): -3955167 or 2205379. OLE color: 2205379.
HSL color Cylindrical-coordinate representation of color #C3A621: hue angle of 49.26º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3A621 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 33 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.24 |
| HSL | 49.26º | 0.71% | 0.45% | - |
| HSV(B) | 49.26º | 0.83% | 0.76% | - |
| XYZ | 36.42 | 38.98 | 7.04 | - |
| YUV | 159.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 33 | 0 | 0.15 | 0.83 | 0.24 | 49.26 | 0.71 | 0.45 |
| Hex | C3 | A6 | 21 | 0 | F | 53 | 18 | 31 | 47 | 2D |
| Octal | 303 | 246 | 41 | 0 | 17 | 123 | 30 | 61 | 107 | 55 |
| Binary | 11000011 | 10100110 | 100001 | 0 | 1111 | 1010011 | 11000 | 110001 | 1000111 | 101101 |
Color Harmonies of #C3A621
Complementary color
Monochromatic Colors of #C3A621
Black with #C3A621
Text Example
Text Example
White with #C3A621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A621; }
p { color: rgb(195,166,33); }
H1.HeaderClassName
{
color: #C3A621;
}
.AnyTagClassName
{
color: #C3A621;
}
</style>
background-color css
<style>
a { background-color: #C3A621; }
a { background-color: rgb(195,166,33); }
div.DivClassName
{
background-color: #C3A621;
}
.BgClassName
{
background-color: #C3A621;
}
</style>
border-color css
<style>
span { border-color: #C3A621; }
span { border-color: rgb(195,166,33); }
td.TdClassName
{
border-color: #C3A621;
}
.TagClassName
{
border-color: #C3A621;
}
</style>