Shades of Earls Green #C0AD26
Tints of Earls Green #C0AD26
RGB
CMYK
RGB Variations
Color information
#C0AD26 (or 0xC0AD26) is known color: Earls Green. HEX triplet: C0, AD and 26. RGB value is (192,173,38). Sum of RGB (Red+Green+Blue) = 192+173+38=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD26 is #3F52D9. Grayscale: #A3A3A3. Windows color (decimal): -4149978 or 2534848. OLE color: 2534848.
HSL color Cylindrical-coordinate representation of color #C0AD26: hue angle of 52.6º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0AD26 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 38 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.25 |
| HSL | 52.6º | 0.67% | 0.45% | - |
| HSV(B) | 52.6º | 0.8% | 0.75% | - |
| XYZ | 37.03 | 41.23 | 7.84 | - |
| YUV | 163.29 | 57.29 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 38 | 0 | 0.10 | 0.80 | 0.25 | 52.6 | 0.67 | 0.45 |
| Hex | C0 | AD | 26 | 0 | A | 50 | 19 | 35 | 43 | 2D |
| Octal | 300 | 255 | 46 | 0 | 12 | 120 | 31 | 65 | 103 | 55 |
| Binary | 11000000 | 10101101 | 100110 | 0 | 1010 | 1010000 | 11001 | 110101 | 1000011 | 101101 |
Color Harmonies of #C0AD26
Complementary color
Monochromatic Colors of #C0AD26
Black with #C0AD26
Text Example
Text Example
White with #C0AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD26; }
p { color: rgb(192,173,38); }
H1.HeaderClassName
{
color: #C0AD26;
}
.AnyTagClassName
{
color: #C0AD26;
}
</style>
background-color css
<style>
a { background-color: #C0AD26; }
a { background-color: rgb(192,173,38); }
div.DivClassName
{
background-color: #C0AD26;
}
.BgClassName
{
background-color: #C0AD26;
}
</style>
border-color css
<style>
span { border-color: #C0AD26; }
span { border-color: rgb(192,173,38); }
td.TdClassName
{
border-color: #C0AD26;
}
.TagClassName
{
border-color: #C0AD26;
}
</style>