Shades of Earls Green #C4A71C
Tints of Earls Green #C4A71C
RGB
CMYK
RGB Variations
Color information
#C4A71C (or 0xC4A71C) is known color: Earls Green. HEX triplet: C4, A7 and 1C. RGB value is (196,167,28). Sum of RGB (Red+Green+Blue) = 196+167+28=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A71C is #3B58E3. Grayscale: #A0A0A0. Windows color (decimal): -3889380 or 1877956. OLE color: 1877956.
HSL color Cylindrical-coordinate representation of color #C4A71C: hue angle of 49.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4A71C is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 28 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.23 |
| HSL | 49.64º | 0.75% | 0.44% | - |
| HSV(B) | 49.64º | 0.86% | 0.77% | - |
| XYZ | 36.79 | 39.46 | 6.78 | - |
| YUV | 159.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 28 | 0 | 0.15 | 0.86 | 0.23 | 49.64 | 0.75 | 0.44 |
| Hex | C4 | A7 | 1C | 0 | F | 56 | 17 | 32 | 4B | 2C |
| Octal | 304 | 247 | 34 | 0 | 17 | 126 | 27 | 62 | 113 | 54 |
| Binary | 11000100 | 10100111 | 11100 | 0 | 1111 | 1010110 | 10111 | 110010 | 1001011 | 101100 |
Color Harmonies of #C4A71C
Complementary color
Monochromatic Colors of #C4A71C
Black with #C4A71C
Text Example
Text Example
White with #C4A71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A71C; }
p { color: rgb(196,167,28); }
H1.HeaderClassName
{
color: #C4A71C;
}
.AnyTagClassName
{
color: #C4A71C;
}
</style>
background-color css
<style>
a { background-color: #C4A71C; }
a { background-color: rgb(196,167,28); }
div.DivClassName
{
background-color: #C4A71C;
}
.BgClassName
{
background-color: #C4A71C;
}
</style>
border-color css
<style>
span { border-color: #C4A71C; }
span { border-color: rgb(196,167,28); }
td.TdClassName
{
border-color: #C4A71C;
}
.TagClassName
{
border-color: #C4A71C;
}
</style>