Shades of Earls Green #C5AC20
Tints of Earls Green #C5AC20
RGB
CMYK
RGB Variations
Color information
#C5AC20 (or 0xC5AC20) is known color: Earls Green. HEX triplet: C5, AC and 20. RGB value is (197,172,32). Sum of RGB (Red+Green+Blue) = 197+172+32=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC20 is #3A53DF. Grayscale: #A4A4A4. Windows color (decimal): -3822560 or 2141381. OLE color: 2141381.
HSL color Cylindrical-coordinate representation of color #C5AC20: hue angle of 50.91º 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 #C5AC20 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 32 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.23 |
| HSL | 50.91º | 0.72% | 0.45% | - |
| HSV(B) | 50.91º | 0.84% | 0.77% | - |
| XYZ | 38.04 | 41.48 | 7.37 | - |
| YUV | 163.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 32 | 0 | 0.13 | 0.84 | 0.23 | 50.91 | 0.72 | 0.45 |
| Hex | C5 | AC | 20 | 0 | D | 54 | 17 | 33 | 48 | 2D |
| Octal | 305 | 254 | 40 | 0 | 15 | 124 | 27 | 63 | 110 | 55 |
| Binary | 11000101 | 10101100 | 100000 | 0 | 1101 | 1010100 | 10111 | 110011 | 1001000 | 101101 |
Color Harmonies of #C5AC20
Complementary color
Monochromatic Colors of #C5AC20
Black with #C5AC20
Text Example
Text Example
White with #C5AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC20; }
p { color: rgb(197,172,32); }
H1.HeaderClassName
{
color: #C5AC20;
}
.AnyTagClassName
{
color: #C5AC20;
}
</style>
background-color css
<style>
a { background-color: #C5AC20; }
a { background-color: rgb(197,172,32); }
div.DivClassName
{
background-color: #C5AC20;
}
.BgClassName
{
background-color: #C5AC20;
}
</style>
border-color css
<style>
span { border-color: #C5AC20; }
span { border-color: rgb(197,172,32); }
td.TdClassName
{
border-color: #C5AC20;
}
.TagClassName
{
border-color: #C5AC20;
}
</style>