Shades of Earls Green #C4AD20
Tints of Earls Green #C4AD20
RGB
CMYK
RGB Variations
Color information
#C4AD20 (or 0xC4AD20) is known color: Earls Green. HEX triplet: C4, AD and 20. RGB value is (196,173,32). Sum of RGB (Red+Green+Blue) = 196+173+32=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD20 is #3B52DF. Grayscale: #A4A4A4. Windows color (decimal): -3887840 or 2141636. OLE color: 2141636.
HSL color Cylindrical-coordinate representation of color #C4AD20: hue angle of 51.59º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4AD20 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 32 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.23 |
| HSL | 51.59º | 0.72% | 0.45% | - |
| HSV(B) | 51.59º | 0.84% | 0.77% | - |
| XYZ | 37.97 | 41.73 | 7.42 | - |
| YUV | 163.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 32 | 0 | 0.12 | 0.84 | 0.23 | 51.59 | 0.72 | 0.45 |
| Hex | C4 | AD | 20 | 0 | C | 54 | 17 | 34 | 48 | 2D |
| Octal | 304 | 255 | 40 | 0 | 14 | 124 | 27 | 64 | 110 | 55 |
| Binary | 11000100 | 10101101 | 100000 | 0 | 1100 | 1010100 | 10111 | 110100 | 1001000 | 101101 |
Color Harmonies of #C4AD20
Complementary color
Monochromatic Colors of #C4AD20
Black with #C4AD20
Text Example
Text Example
White with #C4AD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD20; }
p { color: rgb(196,173,32); }
H1.HeaderClassName
{
color: #C4AD20;
}
.AnyTagClassName
{
color: #C4AD20;
}
</style>
background-color css
<style>
a { background-color: #C4AD20; }
a { background-color: rgb(196,173,32); }
div.DivClassName
{
background-color: #C4AD20;
}
.BgClassName
{
background-color: #C4AD20;
}
</style>
border-color css
<style>
span { border-color: #C4AD20; }
span { border-color: rgb(196,173,32); }
td.TdClassName
{
border-color: #C4AD20;
}
.TagClassName
{
border-color: #C4AD20;
}
</style>