Shades of Earls Green #C5AC13
Tints of Earls Green #C5AC13
RGB
CMYK
RGB Variations
Color information
#C5AC13 (or 0xC5AC13) is known color: Earls Green. HEX triplet: C5, AC and 13. RGB value is (197,172,19). Sum of RGB (Red+Green+Blue) = 197+172+19=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AC13 is #3A53EC. Grayscale: #A2A2A2. Windows color (decimal): -3822573 or 1289413. OLE color: 1289413.
HSL color Cylindrical-coordinate representation of color #C5AC13: hue angle of 51.57º 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 #C5AC13 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 19 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.23 |
| HSL | 51.57º | 0.82% | 0.42% | - |
| HSV(B) | 51.57º | 0.9% | 0.77% | - |
| XYZ | 37.9 | 41.42 | 6.61 | - |
| YUV | 162.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 19 | 0 | 0.13 | 0.90 | 0.23 | 51.57 | 0.82 | 0.42 |
| Hex | C5 | AC | 13 | 0 | D | 5A | 17 | 34 | 52 | 2A |
| Octal | 305 | 254 | 23 | 0 | 15 | 132 | 27 | 64 | 122 | 52 |
| Binary | 11000101 | 10101100 | 10011 | 0 | 1101 | 1011010 | 10111 | 110100 | 1010010 | 101010 |
Color Harmonies of #C5AC13
Complementary color
Monochromatic Colors of #C5AC13
Black with #C5AC13
Text Example
Text Example
White with #C5AC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC13; }
p { color: rgb(197,172,19); }
H1.HeaderClassName
{
color: #C5AC13;
}
.AnyTagClassName
{
color: #C5AC13;
}
</style>
background-color css
<style>
a { background-color: #C5AC13; }
a { background-color: rgb(197,172,19); }
div.DivClassName
{
background-color: #C5AC13;
}
.BgClassName
{
background-color: #C5AC13;
}
</style>
border-color css
<style>
span { border-color: #C5AC13; }
span { border-color: rgb(197,172,19); }
td.TdClassName
{
border-color: #C5AC13;
}
.TagClassName
{
border-color: #C5AC13;
}
</style>