Shades of Earls Green #C5AC2C
Tints of Earls Green #C5AC2C
RGB
CMYK
RGB Variations
Color information
#C5AC2C (or 0xC5AC2C) is known color: Earls Green. HEX triplet: C5, AC and 2C. RGB value is (197,172,44). Sum of RGB (Red+Green+Blue) = 197+172+44=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC2C is #3A53D3. Grayscale: #A5A5A5. Windows color (decimal): -3822548 or 2927813. OLE color: 2927813.
HSL color Cylindrical-coordinate representation of color #C5AC2C: hue angle of 50.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5AC2C is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 44 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.23 |
| HSL | 50.2º | 0.63% | 0.47% | - |
| HSV(B) | 50.2º | 0.78% | 0.77% | - |
| XYZ | 38.23 | 41.56 | 8.39 | - |
| YUV | 164.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 44 | 0 | 0.13 | 0.78 | 0.23 | 50.2 | 0.63 | 0.47 |
| Hex | C5 | AC | 2C | 0 | D | 4E | 17 | 32 | 3F | 2F |
| Octal | 305 | 254 | 54 | 0 | 15 | 116 | 27 | 62 | 77 | 57 |
| Binary | 11000101 | 10101100 | 101100 | 0 | 1101 | 1001110 | 10111 | 110010 | 111111 | 101111 |
Color Harmonies of #C5AC2C
Complementary color
Monochromatic Colors of #C5AC2C
Black with #C5AC2C
Text Example
Text Example
White with #C5AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC2C; }
p { color: rgb(197,172,44); }
H1.HeaderClassName
{
color: #C5AC2C;
}
.AnyTagClassName
{
color: #C5AC2C;
}
</style>
background-color css
<style>
a { background-color: #C5AC2C; }
a { background-color: rgb(197,172,44); }
div.DivClassName
{
background-color: #C5AC2C;
}
.BgClassName
{
background-color: #C5AC2C;
}
</style>
border-color css
<style>
span { border-color: #C5AC2C; }
span { border-color: rgb(197,172,44); }
td.TdClassName
{
border-color: #C5AC2C;
}
.TagClassName
{
border-color: #C5AC2C;
}
</style>