Shades of Earls Green #C3A520
Tints of Earls Green #C3A520
RGB
CMYK
RGB Variations
Color information
#C3A520 (or 0xC3A520) is known color: Earls Green. HEX triplet: C3, A5 and 20. RGB value is (195,165,32). Sum of RGB (Red+Green+Blue) = 195+165+32=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A520 is #3C5ADF. Grayscale: #9F9F9F. Windows color (decimal): -3955424 or 2139587. OLE color: 2139587.
HSL color Cylindrical-coordinate representation of color #C3A520: hue angle of 48.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3A520 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 32 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.24 |
| HSL | 48.96º | 0.72% | 0.45% | - |
| HSV(B) | 48.96º | 0.84% | 0.76% | - |
| XYZ | 36.22 | 38.62 | 6.91 | - |
| YUV | 158.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 32 | 0 | 0.15 | 0.84 | 0.24 | 48.96 | 0.72 | 0.45 |
| Hex | C3 | A5 | 20 | 0 | F | 54 | 18 | 31 | 48 | 2D |
| Octal | 303 | 245 | 40 | 0 | 17 | 124 | 30 | 61 | 110 | 55 |
| Binary | 11000011 | 10100101 | 100000 | 0 | 1111 | 1010100 | 11000 | 110001 | 1001000 | 101101 |
Color Harmonies of #C3A520
Complementary color
Monochromatic Colors of #C3A520
Black with #C3A520
Text Example
Text Example
White with #C3A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A520; }
p { color: rgb(195,165,32); }
H1.HeaderClassName
{
color: #C3A520;
}
.AnyTagClassName
{
color: #C3A520;
}
</style>
background-color css
<style>
a { background-color: #C3A520; }
a { background-color: rgb(195,165,32); }
div.DivClassName
{
background-color: #C3A520;
}
.BgClassName
{
background-color: #C3A520;
}
</style>
border-color css
<style>
span { border-color: #C3A520; }
span { border-color: rgb(195,165,32); }
td.TdClassName
{
border-color: #C3A520;
}
.TagClassName
{
border-color: #C3A520;
}
</style>