Shades of Earls Green #C0A726
Tints of Earls Green #C0A726
RGB
CMYK
RGB Variations
Color information
#C0A726 (or 0xC0A726) is known color: Earls Green. HEX triplet: C0, A7 and 26. RGB value is (192,167,38). Sum of RGB (Red+Green+Blue) = 192+167+38=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A726 is #3F58D9. Grayscale: #A0A0A0. Windows color (decimal): -4151514 or 2533312. OLE color: 2533312.
HSL color Cylindrical-coordinate representation of color #C0A726: hue angle of 50.26º 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 #C0A726 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 38 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.25 |
| HSL | 50.26º | 0.67% | 0.45% | - |
| HSV(B) | 50.26º | 0.8% | 0.75% | - |
| XYZ | 35.91 | 38.98 | 7.47 | - |
| YUV | 159.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 38 | 0 | 0.13 | 0.80 | 0.25 | 50.26 | 0.67 | 0.45 |
| Hex | C0 | A7 | 26 | 0 | D | 50 | 19 | 32 | 43 | 2D |
| Octal | 300 | 247 | 46 | 0 | 15 | 120 | 31 | 62 | 103 | 55 |
| Binary | 11000000 | 10100111 | 100110 | 0 | 1101 | 1010000 | 11001 | 110010 | 1000011 | 101101 |
Color Harmonies of #C0A726
Complementary color
Monochromatic Colors of #C0A726
Black with #C0A726
Text Example
Text Example
White with #C0A726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A726; }
p { color: rgb(192,167,38); }
H1.HeaderClassName
{
color: #C0A726;
}
.AnyTagClassName
{
color: #C0A726;
}
</style>
background-color css
<style>
a { background-color: #C0A726; }
a { background-color: rgb(192,167,38); }
div.DivClassName
{
background-color: #C0A726;
}
.BgClassName
{
background-color: #C0A726;
}
</style>
border-color css
<style>
span { border-color: #C0A726; }
span { border-color: rgb(192,167,38); }
td.TdClassName
{
border-color: #C0A726;
}
.TagClassName
{
border-color: #C0A726;
}
</style>