Shades of Earls Green #C5AC11
Tints of Earls Green #C5AC11
RGB
CMYK
RGB Variations
Color information
#C5AC11 (or 0xC5AC11) is known color: Earls Green. HEX triplet: C5, AC and 11. RGB value is (197,172,17). Sum of RGB (Red+Green+Blue) = 197+172+17=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AC11 is #3A53EE. Grayscale: #A2A2A2. Windows color (decimal): -3822575 or 1158341. OLE color: 1158341.
HSL color Cylindrical-coordinate representation of color #C5AC11: hue angle of 51.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5AC11 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 17 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.23 |
| HSL | 51.67º | 0.84% | 0.42% | - |
| HSV(B) | 51.67º | 0.91% | 0.77% | - |
| XYZ | 37.88 | 41.42 | 6.53 | - |
| YUV | 161.81 | 46.28 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 17 | 0 | 0.13 | 0.91 | 0.23 | 51.67 | 0.84 | 0.42 |
| Hex | C5 | AC | 11 | 0 | D | 5B | 17 | 34 | 54 | 2A |
| Octal | 305 | 254 | 21 | 0 | 15 | 133 | 27 | 64 | 124 | 52 |
| Binary | 11000101 | 10101100 | 10001 | 0 | 1101 | 1011011 | 10111 | 110100 | 1010100 | 101010 |
Color Harmonies of #C5AC11
Complementary color
Monochromatic Colors of #C5AC11
Black with #C5AC11
Text Example
Text Example
White with #C5AC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC11; }
p { color: rgb(197,172,17); }
H1.HeaderClassName
{
color: #C5AC11;
}
.AnyTagClassName
{
color: #C5AC11;
}
</style>
background-color css
<style>
a { background-color: #C5AC11; }
a { background-color: rgb(197,172,17); }
div.DivClassName
{
background-color: #C5AC11;
}
.BgClassName
{
background-color: #C5AC11;
}
</style>
border-color css
<style>
span { border-color: #C5AC11; }
span { border-color: rgb(197,172,17); }
td.TdClassName
{
border-color: #C5AC11;
}
.TagClassName
{
border-color: #C5AC11;
}
</style>