Shades of Earls Green #C4AF15
Tints of Earls Green #C4AF15
RGB
CMYK
RGB Variations
Color information
#C4AF15 (or 0xC4AF15) is known color: Earls Green. HEX triplet: C4, AF and 15. RGB value is (196,175,21). Sum of RGB (Red+Green+Blue) = 196+175+21=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AF15 is #3B50EA. Grayscale: #A4A4A4. Windows color (decimal): -3887339 or 1421252. OLE color: 1421252.
HSL color Cylindrical-coordinate representation of color #C4AF15: hue angle of 52.8º degrees, saturation: 0.81, 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 #C4AF15 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 21 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.23 |
| HSL | 52.8º | 0.81% | 0.43% | - |
| HSV(B) | 52.8º | 0.89% | 0.77% | - |
| XYZ | 38.23 | 42.45 | 6.89 | - |
| YUV | 163.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 21 | 0 | 0.11 | 0.89 | 0.23 | 52.8 | 0.81 | 0.43 |
| Hex | C4 | AF | 15 | 0 | B | 59 | 17 | 35 | 51 | 2B |
| Octal | 304 | 257 | 25 | 0 | 13 | 131 | 27 | 65 | 121 | 53 |
| Binary | 11000100 | 10101111 | 10101 | 0 | 1011 | 1011001 | 10111 | 110101 | 1010001 | 101011 |
Color Harmonies of #C4AF15
Complementary color
Monochromatic Colors of #C4AF15
Black with #C4AF15
Text Example
Text Example
White with #C4AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF15; }
p { color: rgb(196,175,21); }
H1.HeaderClassName
{
color: #C4AF15;
}
.AnyTagClassName
{
color: #C4AF15;
}
</style>
background-color css
<style>
a { background-color: #C4AF15; }
a { background-color: rgb(196,175,21); }
div.DivClassName
{
background-color: #C4AF15;
}
.BgClassName
{
background-color: #C4AF15;
}
</style>
border-color css
<style>
span { border-color: #C4AF15; }
span { border-color: rgb(196,175,21); }
td.TdClassName
{
border-color: #C4AF15;
}
.TagClassName
{
border-color: #C4AF15;
}
</style>