Shades of Earls Green #C0AD22
Tints of Earls Green #C0AD22
RGB
CMYK
RGB Variations
Color information
#C0AD22 (or 0xC0AD22) is known color: Earls Green. HEX triplet: C0, AD and 22. RGB value is (192,173,34). Sum of RGB (Red+Green+Blue) = 192+173+34=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD22 is #3F52DD. Grayscale: #A3A3A3. Windows color (decimal): -4149982 or 2272704. OLE color: 2272704.
HSL color Cylindrical-coordinate representation of color #C0AD22: hue angle of 52.78º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0AD22 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 34 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.25 |
| HSL | 52.78º | 0.7% | 0.44% | - |
| HSV(B) | 52.78º | 0.82% | 0.75% | - |
| XYZ | 36.97 | 41.21 | 7.52 | - |
| YUV | 162.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 34 | 0 | 0.10 | 0.82 | 0.25 | 52.78 | 0.7 | 0.44 |
| Hex | C0 | AD | 22 | 0 | A | 52 | 19 | 35 | 46 | 2C |
| Octal | 300 | 255 | 42 | 0 | 12 | 122 | 31 | 65 | 106 | 54 |
| Binary | 11000000 | 10101101 | 100010 | 0 | 1010 | 1010010 | 11001 | 110101 | 1000110 | 101100 |
Color Harmonies of #C0AD22
Complementary color
Monochromatic Colors of #C0AD22
Black with #C0AD22
Text Example
Text Example
White with #C0AD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD22; }
p { color: rgb(192,173,34); }
H1.HeaderClassName
{
color: #C0AD22;
}
.AnyTagClassName
{
color: #C0AD22;
}
</style>
background-color css
<style>
a { background-color: #C0AD22; }
a { background-color: rgb(192,173,34); }
div.DivClassName
{
background-color: #C0AD22;
}
.BgClassName
{
background-color: #C0AD22;
}
</style>
border-color css
<style>
span { border-color: #C0AD22; }
span { border-color: rgb(192,173,34); }
td.TdClassName
{
border-color: #C0AD22;
}
.TagClassName
{
border-color: #C0AD22;
}
</style>