Shades of Earls Green #C4AD22
Tints of Earls Green #C4AD22
RGB
CMYK
RGB Variations
Color information
#C4AD22 (or 0xC4AD22) is known color: Earls Green. HEX triplet: C4, AD and 22. RGB value is (196,173,34). Sum of RGB (Red+Green+Blue) = 196+173+34=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD22 is #3B52DD. Grayscale: #A4A4A4. Windows color (decimal): -3887838 or 2272708. OLE color: 2272708.
HSL color Cylindrical-coordinate representation of color #C4AD22: hue angle of 51.48º degrees, saturation: 0.7, 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 #C4AD22 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 34 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.23 |
| HSL | 51.48º | 0.7% | 0.45% | - |
| HSV(B) | 51.48º | 0.83% | 0.77% | - |
| XYZ | 38 | 41.74 | 7.57 | - |
| YUV | 164.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 34 | 0 | 0.12 | 0.83 | 0.23 | 51.48 | 0.7 | 0.45 |
| Hex | C4 | AD | 22 | 0 | C | 53 | 17 | 33 | 46 | 2D |
| Octal | 304 | 255 | 42 | 0 | 14 | 123 | 27 | 63 | 106 | 55 |
| Binary | 11000100 | 10101101 | 100010 | 0 | 1100 | 1010011 | 10111 | 110011 | 1000110 | 101101 |
Color Harmonies of #C4AD22
Complementary color
Monochromatic Colors of #C4AD22
Black with #C4AD22
Text Example
Text Example
White with #C4AD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD22; }
p { color: rgb(196,173,34); }
H1.HeaderClassName
{
color: #C4AD22;
}
.AnyTagClassName
{
color: #C4AD22;
}
</style>
background-color css
<style>
a { background-color: #C4AD22; }
a { background-color: rgb(196,173,34); }
div.DivClassName
{
background-color: #C4AD22;
}
.BgClassName
{
background-color: #C4AD22;
}
</style>
border-color css
<style>
span { border-color: #C4AD22; }
span { border-color: rgb(196,173,34); }
td.TdClassName
{
border-color: #C4AD22;
}
.TagClassName
{
border-color: #C4AD22;
}
</style>