Shades of Earls Green #C5A822
Tints of Earls Green #C5A822
RGB
CMYK
RGB Variations
Color information
#C5A822 (or 0xC5A822) is known color: Earls Green. HEX triplet: C5, A8 and 22. RGB value is (197,168,34). Sum of RGB (Red+Green+Blue) = 197+168+34=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A822 is #3A57DD. Grayscale: #A1A1A1. Windows color (decimal): -3823582 or 2271429. OLE color: 2271429.
HSL color Cylindrical-coordinate representation of color #C5A822: hue angle of 49.33º 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 #C5A822 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 34 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.23 |
| HSL | 49.33º | 0.71% | 0.45% | - |
| HSV(B) | 49.33º | 0.83% | 0.77% | - |
| XYZ | 37.32 | 39.99 | 7.27 | - |
| YUV | 161.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 34 | 0 | 0.15 | 0.83 | 0.23 | 49.33 | 0.71 | 0.45 |
| Hex | C5 | A8 | 22 | 0 | F | 53 | 17 | 31 | 47 | 2D |
| Octal | 305 | 250 | 42 | 0 | 17 | 123 | 27 | 61 | 107 | 55 |
| Binary | 11000101 | 10101000 | 100010 | 0 | 1111 | 1010011 | 10111 | 110001 | 1000111 | 101101 |
Color Harmonies of #C5A822
Complementary color
Monochromatic Colors of #C5A822
Black with #C5A822
Text Example
Text Example
White with #C5A822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A822; }
p { color: rgb(197,168,34); }
H1.HeaderClassName
{
color: #C5A822;
}
.AnyTagClassName
{
color: #C5A822;
}
</style>
background-color css
<style>
a { background-color: #C5A822; }
a { background-color: rgb(197,168,34); }
div.DivClassName
{
background-color: #C5A822;
}
.BgClassName
{
background-color: #C5A822;
}
</style>
border-color css
<style>
span { border-color: #C5A822; }
span { border-color: rgb(197,168,34); }
td.TdClassName
{
border-color: #C5A822;
}
.TagClassName
{
border-color: #C5A822;
}
</style>