Shades of Earls Green #C5AD22
Tints of Earls Green #C5AD22
RGB
CMYK
RGB Variations
Color information
#C5AD22 (or 0xC5AD22) is known color: Earls Green. HEX triplet: C5, AD and 22. RGB value is (197,173,34). Sum of RGB (Red+Green+Blue) = 197+173+34=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD22 is #3A52DD. Grayscale: #A4A4A4. Windows color (decimal): -3822302 or 2272709. OLE color: 2272709.
HSL color Cylindrical-coordinate representation of color #C5AD22: hue angle of 51.17º 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 #C5AD22 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 34 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.23 |
| HSL | 51.17º | 0.71% | 0.45% | - |
| HSV(B) | 51.17º | 0.83% | 0.77% | - |
| XYZ | 38.26 | 41.87 | 7.58 | - |
| YUV | 164.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 34 | 0 | 0.12 | 0.83 | 0.23 | 51.17 | 0.71 | 0.45 |
| Hex | C5 | AD | 22 | 0 | C | 53 | 17 | 33 | 47 | 2D |
| Octal | 305 | 255 | 42 | 0 | 14 | 123 | 27 | 63 | 107 | 55 |
| Binary | 11000101 | 10101101 | 100010 | 0 | 1100 | 1010011 | 10111 | 110011 | 1000111 | 101101 |
Color Harmonies of #C5AD22
Complementary color
Monochromatic Colors of #C5AD22
Black with #C5AD22
Text Example
Text Example
White with #C5AD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD22; }
p { color: rgb(197,173,34); }
H1.HeaderClassName
{
color: #C5AD22;
}
.AnyTagClassName
{
color: #C5AD22;
}
</style>
background-color css
<style>
a { background-color: #C5AD22; }
a { background-color: rgb(197,173,34); }
div.DivClassName
{
background-color: #C5AD22;
}
.BgClassName
{
background-color: #C5AD22;
}
</style>
border-color css
<style>
span { border-color: #C5AD22; }
span { border-color: rgb(197,173,34); }
td.TdClassName
{
border-color: #C5AD22;
}
.TagClassName
{
border-color: #C5AD22;
}
</style>