Shades of Earls Green #C5AE16
Tints of Earls Green #C5AE16
RGB
CMYK
RGB Variations
Color information
#C5AE16 (or 0xC5AE16) is known color: Earls Green. HEX triplet: C5, AE and 16. RGB value is (197,174,22). Sum of RGB (Red+Green+Blue) = 197+174+22=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AE16 is #3A51E9. Grayscale: #A4A4A4. Windows color (decimal): -3822058 or 1486533. OLE color: 1486533.
HSL color Cylindrical-coordinate representation of color #C5AE16: hue angle of 52.11º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5AE16 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 22 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.23 |
| HSL | 52.11º | 0.8% | 0.43% | - |
| HSV(B) | 52.11º | 0.89% | 0.77% | - |
| XYZ | 38.31 | 42.2 | 6.89 | - |
| YUV | 163.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 22 | 0 | 0.12 | 0.89 | 0.23 | 52.11 | 0.8 | 0.43 |
| Hex | C5 | AE | 16 | 0 | C | 59 | 17 | 34 | 50 | 2B |
| Octal | 305 | 256 | 26 | 0 | 14 | 131 | 27 | 64 | 120 | 53 |
| Binary | 11000101 | 10101110 | 10110 | 0 | 1100 | 1011001 | 10111 | 110100 | 1010000 | 101011 |
Color Harmonies of #C5AE16
Complementary color
Monochromatic Colors of #C5AE16
Black with #C5AE16
Text Example
Text Example
White with #C5AE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE16; }
p { color: rgb(197,174,22); }
H1.HeaderClassName
{
color: #C5AE16;
}
.AnyTagClassName
{
color: #C5AE16;
}
</style>
background-color css
<style>
a { background-color: #C5AE16; }
a { background-color: rgb(197,174,22); }
div.DivClassName
{
background-color: #C5AE16;
}
.BgClassName
{
background-color: #C5AE16;
}
</style>
border-color css
<style>
span { border-color: #C5AE16; }
span { border-color: rgb(197,174,22); }
td.TdClassName
{
border-color: #C5AE16;
}
.TagClassName
{
border-color: #C5AE16;
}
</style>