Shades of Earls Green #C5AC22
Tints of Earls Green #C5AC22
RGB
CMYK
RGB Variations
Color information
#C5AC22 (or 0xC5AC22) is known color: Earls Green. HEX triplet: C5, AC and 22. RGB value is (197,172,34). Sum of RGB (Red+Green+Blue) = 197+172+34=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC22 is #3A53DD. Grayscale: #A4A4A4. Windows color (decimal): -3822558 or 2272453. OLE color: 2272453.
HSL color Cylindrical-coordinate representation of color #C5AC22: hue angle of 50.8º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5AC22 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 34 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.23 |
| HSL | 50.8º | 0.71% | 0.45% | - |
| HSV(B) | 50.8º | 0.83% | 0.77% | - |
| XYZ | 38.07 | 41.49 | 7.52 | - |
| YUV | 163.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 34 | 0 | 0.13 | 0.83 | 0.23 | 50.8 | 0.71 | 0.45 |
| Hex | C5 | AC | 22 | 0 | D | 53 | 17 | 33 | 47 | 2D |
| Octal | 305 | 254 | 42 | 0 | 15 | 123 | 27 | 63 | 107 | 55 |
| Binary | 11000101 | 10101100 | 100010 | 0 | 1101 | 1010011 | 10111 | 110011 | 1000111 | 101101 |
Color Harmonies of #C5AC22
Complementary color
Monochromatic Colors of #C5AC22
Black with #C5AC22
Text Example
Text Example
White with #C5AC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC22; }
p { color: rgb(197,172,34); }
H1.HeaderClassName
{
color: #C5AC22;
}
.AnyTagClassName
{
color: #C5AC22;
}
</style>
background-color css
<style>
a { background-color: #C5AC22; }
a { background-color: rgb(197,172,34); }
div.DivClassName
{
background-color: #C5AC22;
}
.BgClassName
{
background-color: #C5AC22;
}
</style>
border-color css
<style>
span { border-color: #C5AC22; }
span { border-color: rgb(197,172,34); }
td.TdClassName
{
border-color: #C5AC22;
}
.TagClassName
{
border-color: #C5AC22;
}
</style>