Shades of Earls Green #C5AF18
Tints of Earls Green #C5AF18
RGB
CMYK
RGB Variations
Color information
#C5AF18 (or 0xC5AF18) is known color: Earls Green. HEX triplet: C5, AF and 18. RGB value is (197,175,24). Sum of RGB (Red+Green+Blue) = 197+175+24=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF18 is #3A50E7. Grayscale: #A4A4A4. Windows color (decimal): -3821800 or 1617861. OLE color: 1617861.
HSL color Cylindrical-coordinate representation of color #C5AF18: hue angle of 52.37º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5AF18 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 24 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.23 |
| HSL | 52.37º | 0.78% | 0.43% | - |
| HSV(B) | 52.37º | 0.88% | 0.77% | - |
| XYZ | 38.52 | 42.6 | 7.06 | - |
| YUV | 164.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 24 | 0 | 0.11 | 0.88 | 0.23 | 52.37 | 0.78 | 0.43 |
| Hex | C5 | AF | 18 | 0 | B | 58 | 17 | 34 | 4E | 2B |
| Octal | 305 | 257 | 30 | 0 | 13 | 130 | 27 | 64 | 116 | 53 |
| Binary | 11000101 | 10101111 | 11000 | 0 | 1011 | 1011000 | 10111 | 110100 | 1001110 | 101011 |
Color Harmonies of #C5AF18
Complementary color
Monochromatic Colors of #C5AF18
Black with #C5AF18
Text Example
Text Example
White with #C5AF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF18; }
p { color: rgb(197,175,24); }
H1.HeaderClassName
{
color: #C5AF18;
}
.AnyTagClassName
{
color: #C5AF18;
}
</style>
background-color css
<style>
a { background-color: #C5AF18; }
a { background-color: rgb(197,175,24); }
div.DivClassName
{
background-color: #C5AF18;
}
.BgClassName
{
background-color: #C5AF18;
}
</style>
border-color css
<style>
span { border-color: #C5AF18; }
span { border-color: rgb(197,175,24); }
td.TdClassName
{
border-color: #C5AF18;
}
.TagClassName
{
border-color: #C5AF18;
}
</style>