Shades of Earls Green #C5AD13
Tints of Earls Green #C5AD13
RGB
CMYK
RGB Variations
Color information
#C5AD13 (or 0xC5AD13) is known color: Earls Green. HEX triplet: C5, AD and 13. RGB value is (197,173,19). Sum of RGB (Red+Green+Blue) = 197+173+19=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AD13 is #3A52EC. Grayscale: #A3A3A3. Windows color (decimal): -3822317 or 1289669. OLE color: 1289669.
HSL color Cylindrical-coordinate representation of color #C5AD13: hue angle of 51.91º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5AD13 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 19 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.23 |
| HSL | 51.91º | 0.82% | 0.42% | - |
| HSV(B) | 51.91º | 0.9% | 0.77% | - |
| XYZ | 38.09 | 41.8 | 6.68 | - |
| YUV | 162.62 | 46.95 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 19 | 0 | 0.12 | 0.90 | 0.23 | 51.91 | 0.82 | 0.42 |
| Hex | C5 | AD | 13 | 0 | C | 5A | 17 | 34 | 52 | 2A |
| Octal | 305 | 255 | 23 | 0 | 14 | 132 | 27 | 64 | 122 | 52 |
| Binary | 11000101 | 10101101 | 10011 | 0 | 1100 | 1011010 | 10111 | 110100 | 1010010 | 101010 |
Color Harmonies of #C5AD13
Complementary color
Monochromatic Colors of #C5AD13
Black with #C5AD13
Text Example
Text Example
White with #C5AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD13; }
p { color: rgb(197,173,19); }
H1.HeaderClassName
{
color: #C5AD13;
}
.AnyTagClassName
{
color: #C5AD13;
}
</style>
background-color css
<style>
a { background-color: #C5AD13; }
a { background-color: rgb(197,173,19); }
div.DivClassName
{
background-color: #C5AD13;
}
.BgClassName
{
background-color: #C5AD13;
}
</style>
border-color css
<style>
span { border-color: #C5AD13; }
span { border-color: rgb(197,173,19); }
td.TdClassName
{
border-color: #C5AD13;
}
.TagClassName
{
border-color: #C5AD13;
}
</style>