Shades of Earls Green #C0A628
Tints of Earls Green #C0A628
RGB
CMYK
RGB Variations
Color information
#C0A628 (or 0xC0A628) is known color: Earls Green. HEX triplet: C0, A6 and 28. RGB value is (192,166,40). Sum of RGB (Red+Green+Blue) = 192+166+40=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A628 is #3F59D7. Grayscale: #9F9F9F. Windows color (decimal): -4151768 or 2664128. OLE color: 2664128.
HSL color Cylindrical-coordinate representation of color #C0A628: hue angle of 49.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0A628 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 40 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.25 |
| HSL | 49.74º | 0.66% | 0.45% | - |
| HSV(B) | 49.74º | 0.79% | 0.75% | - |
| XYZ | 35.76 | 38.63 | 7.58 | - |
| YUV | 159.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 40 | 0 | 0.14 | 0.79 | 0.25 | 49.74 | 0.66 | 0.45 |
| Hex | C0 | A6 | 28 | 0 | E | 4F | 19 | 32 | 42 | 2D |
| Octal | 300 | 246 | 50 | 0 | 16 | 117 | 31 | 62 | 102 | 55 |
| Binary | 11000000 | 10100110 | 101000 | 0 | 1110 | 1001111 | 11001 | 110010 | 1000010 | 101101 |
Color Harmonies of #C0A628
Complementary color
Monochromatic Colors of #C0A628
Black with #C0A628
Text Example
Text Example
White with #C0A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A628; }
p { color: rgb(192,166,40); }
H1.HeaderClassName
{
color: #C0A628;
}
.AnyTagClassName
{
color: #C0A628;
}
</style>
background-color css
<style>
a { background-color: #C0A628; }
a { background-color: rgb(192,166,40); }
div.DivClassName
{
background-color: #C0A628;
}
.BgClassName
{
background-color: #C0A628;
}
</style>
border-color css
<style>
span { border-color: #C0A628; }
span { border-color: rgb(192,166,40); }
td.TdClassName
{
border-color: #C0A628;
}
.TagClassName
{
border-color: #C0A628;
}
</style>