Shades of Earls Green #C4AF21
Tints of Earls Green #C4AF21
RGB
CMYK
RGB Variations
Color information
#C4AF21 (or 0xC4AF21) is known color: Earls Green. HEX triplet: C4, AF and 21. RGB value is (196,175,33). Sum of RGB (Red+Green+Blue) = 196+175+33=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF21 is #3B50DE. Grayscale: #A5A5A5. Windows color (decimal): -3887327 or 2207684. OLE color: 2207684.
HSL color Cylindrical-coordinate representation of color #C4AF21: hue angle of 52.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4AF21 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 33 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.23 |
| HSL | 52.27º | 0.71% | 0.45% | - |
| HSV(B) | 52.27º | 0.83% | 0.77% | - |
| XYZ | 38.37 | 42.51 | 7.62 | - |
| YUV | 165.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 33 | 0 | 0.11 | 0.83 | 0.23 | 52.27 | 0.71 | 0.45 |
| Hex | C4 | AF | 21 | 0 | B | 53 | 17 | 34 | 47 | 2D |
| Octal | 304 | 257 | 41 | 0 | 13 | 123 | 27 | 64 | 107 | 55 |
| Binary | 11000100 | 10101111 | 100001 | 0 | 1011 | 1010011 | 10111 | 110100 | 1000111 | 101101 |
Color Harmonies of #C4AF21
Complementary color
Monochromatic Colors of #C4AF21
Black with #C4AF21
Text Example
Text Example
White with #C4AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF21; }
p { color: rgb(196,175,33); }
H1.HeaderClassName
{
color: #C4AF21;
}
.AnyTagClassName
{
color: #C4AF21;
}
</style>
background-color css
<style>
a { background-color: #C4AF21; }
a { background-color: rgb(196,175,33); }
div.DivClassName
{
background-color: #C4AF21;
}
.BgClassName
{
background-color: #C4AF21;
}
</style>
border-color css
<style>
span { border-color: #C4AF21; }
span { border-color: rgb(196,175,33); }
td.TdClassName
{
border-color: #C4AF21;
}
.TagClassName
{
border-color: #C4AF21;
}
</style>