Shades of Earls Green #C4AF23
Tints of Earls Green #C4AF23
RGB
CMYK
RGB Variations
Color information
#C4AF23 (or 0xC4AF23) is known color: Earls Green. HEX triplet: C4, AF and 23. RGB value is (196,175,35). Sum of RGB (Red+Green+Blue) = 196+175+35=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF23 is #3B50DC. Grayscale: #A5A5A5. Windows color (decimal): -3887325 or 2338756. OLE color: 2338756.
HSL color Cylindrical-coordinate representation of color #C4AF23: hue angle of 52.17º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4AF23 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 35 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.23 |
| HSL | 52.17º | 0.7% | 0.45% | - |
| HSV(B) | 52.17º | 0.82% | 0.77% | - |
| XYZ | 38.4 | 42.52 | 7.77 | - |
| YUV | 165.32 | 54.46 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 35 | 0 | 0.11 | 0.82 | 0.23 | 52.17 | 0.7 | 0.45 |
| Hex | C4 | AF | 23 | 0 | B | 52 | 17 | 34 | 46 | 2D |
| Octal | 304 | 257 | 43 | 0 | 13 | 122 | 27 | 64 | 106 | 55 |
| Binary | 11000100 | 10101111 | 100011 | 0 | 1011 | 1010010 | 10111 | 110100 | 1000110 | 101101 |
Color Harmonies of #C4AF23
Complementary color
Monochromatic Colors of #C4AF23
Black with #C4AF23
Text Example
Text Example
White with #C4AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF23; }
p { color: rgb(196,175,35); }
H1.HeaderClassName
{
color: #C4AF23;
}
.AnyTagClassName
{
color: #C4AF23;
}
</style>
background-color css
<style>
a { background-color: #C4AF23; }
a { background-color: rgb(196,175,35); }
div.DivClassName
{
background-color: #C4AF23;
}
.BgClassName
{
background-color: #C4AF23;
}
</style>
border-color css
<style>
span { border-color: #C4AF23; }
span { border-color: rgb(196,175,35); }
td.TdClassName
{
border-color: #C4AF23;
}
.TagClassName
{
border-color: #C4AF23;
}
</style>