Shades of Earls Green #C5AF20
Tints of Earls Green #C5AF20
RGB
CMYK
RGB Variations
Color information
#C5AF20 (or 0xC5AF20) is known color: Earls Green. HEX triplet: C5, AF and 20. RGB value is (197,175,32). Sum of RGB (Red+Green+Blue) = 197+175+32=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF20 is #3A50DF. Grayscale: #A5A5A5. Windows color (decimal): -3821792 or 2142149. OLE color: 2142149.
HSL color Cylindrical-coordinate representation of color #C5AF20: hue angle of 52º 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 #C5AF20 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 32 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.23 |
| HSL | 52º | 0.72% | 0.45% | - |
| HSV(B) | 52º | 0.84% | 0.77% | - |
| XYZ | 38.62 | 42.63 | 7.56 | - |
| YUV | 165.28 | 52.79 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 32 | 0 | 0.11 | 0.84 | 0.23 | 52 | 0.72 | 0.45 |
| Hex | C5 | AF | 20 | 0 | B | 54 | 17 | 34 | 48 | 2D |
| Octal | 305 | 257 | 40 | 0 | 13 | 124 | 27 | 64 | 110 | 55 |
| Binary | 11000101 | 10101111 | 100000 | 0 | 1011 | 1010100 | 10111 | 110100 | 1001000 | 101101 |
Color Harmonies of #C5AF20
Complementary color
Monochromatic Colors of #C5AF20
Black with #C5AF20
Text Example
Text Example
White with #C5AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF20; }
p { color: rgb(197,175,32); }
H1.HeaderClassName
{
color: #C5AF20;
}
.AnyTagClassName
{
color: #C5AF20;
}
</style>
background-color css
<style>
a { background-color: #C5AF20; }
a { background-color: rgb(197,175,32); }
div.DivClassName
{
background-color: #C5AF20;
}
.BgClassName
{
background-color: #C5AF20;
}
</style>
border-color css
<style>
span { border-color: #C5AF20; }
span { border-color: rgb(197,175,32); }
td.TdClassName
{
border-color: #C5AF20;
}
.TagClassName
{
border-color: #C5AF20;
}
</style>