Shades of Earls Green #C4AF17
Tints of Earls Green #C4AF17
RGB
CMYK
RGB Variations
Color information
#C4AF17 (or 0xC4AF17) is known color: Earls Green. HEX triplet: C4, AF and 17. RGB value is (196,175,23). Sum of RGB (Red+Green+Blue) = 196+175+23=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AF17 is #3B50E8. Grayscale: #A4A4A4. Windows color (decimal): -3887337 or 1552324. OLE color: 1552324.
HSL color Cylindrical-coordinate representation of color #C4AF17: hue angle of 52.72º degrees, saturation: 0.79, 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 #C4AF17 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 23 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.23 |
| HSL | 52.72º | 0.79% | 0.43% | - |
| HSV(B) | 52.72º | 0.88% | 0.77% | - |
| XYZ | 38.25 | 42.46 | 6.99 | - |
| YUV | 163.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 23 | 0 | 0.11 | 0.88 | 0.23 | 52.72 | 0.79 | 0.43 |
| Hex | C4 | AF | 17 | 0 | B | 58 | 17 | 35 | 4F | 2B |
| Octal | 304 | 257 | 27 | 0 | 13 | 130 | 27 | 65 | 117 | 53 |
| Binary | 11000100 | 10101111 | 10111 | 0 | 1011 | 1011000 | 10111 | 110101 | 1001111 | 101011 |
Color Harmonies of #C4AF17
Complementary color
Monochromatic Colors of #C4AF17
Black with #C4AF17
Text Example
Text Example
White with #C4AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF17; }
p { color: rgb(196,175,23); }
H1.HeaderClassName
{
color: #C4AF17;
}
.AnyTagClassName
{
color: #C4AF17;
}
</style>
background-color css
<style>
a { background-color: #C4AF17; }
a { background-color: rgb(196,175,23); }
div.DivClassName
{
background-color: #C4AF17;
}
.BgClassName
{
background-color: #C4AF17;
}
</style>
border-color css
<style>
span { border-color: #C4AF17; }
span { border-color: rgb(196,175,23); }
td.TdClassName
{
border-color: #C4AF17;
}
.TagClassName
{
border-color: #C4AF17;
}
</style>