Shades of Earls Green #C5A81E
Tints of Earls Green #C5A81E
RGB
CMYK
RGB Variations
Color information
#C5A81E (or 0xC5A81E) is known color: Earls Green. HEX triplet: C5, A8 and 1E. RGB value is (197,168,30). Sum of RGB (Red+Green+Blue) = 197+168+30=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A81E is #3A57E1. Grayscale: #A1A1A1. Windows color (decimal): -3823586 or 2009285. OLE color: 2009285.
HSL color Cylindrical-coordinate representation of color #C5A81E: hue angle of 49.58º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5A81E is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 30 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.23 |
| HSL | 49.58º | 0.74% | 0.45% | - |
| HSV(B) | 49.58º | 0.85% | 0.77% | - |
| XYZ | 37.26 | 39.97 | 6.98 | - |
| YUV | 160.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 30 | 0 | 0.15 | 0.85 | 0.23 | 49.58 | 0.74 | 0.45 |
| Hex | C5 | A8 | 1E | 0 | F | 55 | 17 | 32 | 4A | 2D |
| Octal | 305 | 250 | 36 | 0 | 17 | 125 | 27 | 62 | 112 | 55 |
| Binary | 11000101 | 10101000 | 11110 | 0 | 1111 | 1010101 | 10111 | 110010 | 1001010 | 101101 |
Color Harmonies of #C5A81E
Complementary color
Monochromatic Colors of #C5A81E
Black with #C5A81E
Text Example
Text Example
White with #C5A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A81E; }
p { color: rgb(197,168,30); }
H1.HeaderClassName
{
color: #C5A81E;
}
.AnyTagClassName
{
color: #C5A81E;
}
</style>
background-color css
<style>
a { background-color: #C5A81E; }
a { background-color: rgb(197,168,30); }
div.DivClassName
{
background-color: #C5A81E;
}
.BgClassName
{
background-color: #C5A81E;
}
</style>
border-color css
<style>
span { border-color: #C5A81E; }
span { border-color: rgb(197,168,30); }
td.TdClassName
{
border-color: #C5A81E;
}
.TagClassName
{
border-color: #C5A81E;
}
</style>