Shades of Earls Green #C0A42A
Tints of Earls Green #C0A42A
RGB
CMYK
RGB Variations
Color information
#C0A42A (or 0xC0A42A) is known color: Earls Green. HEX triplet: C0, A4 and 2A. RGB value is (192,164,42). Sum of RGB (Red+Green+Blue) = 192+164+42=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A42A is #3F5BD5. Grayscale: #9E9E9E. Windows color (decimal): -4152278 or 2794688. OLE color: 2794688.
HSL color Cylindrical-coordinate representation of color #C0A42A: hue angle of 48.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0A42A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 42 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.25 |
| HSL | 48.8º | 0.64% | 0.46% | - |
| HSV(B) | 48.8º | 0.78% | 0.75% | - |
| XYZ | 35.43 | 37.92 | 7.64 | - |
| YUV | 158.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 42 | 0 | 0.15 | 0.78 | 0.25 | 48.8 | 0.64 | 0.46 |
| Hex | C0 | A4 | 2A | 0 | F | 4E | 19 | 31 | 40 | 2E |
| Octal | 300 | 244 | 52 | 0 | 17 | 116 | 31 | 61 | 100 | 56 |
| Binary | 11000000 | 10100100 | 101010 | 0 | 1111 | 1001110 | 11001 | 110001 | 1000000 | 101110 |
Color Harmonies of #C0A42A
Complementary color
Monochromatic Colors of #C0A42A
Black with #C0A42A
Text Example
Text Example
White with #C0A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A42A; }
p { color: rgb(192,164,42); }
H1.HeaderClassName
{
color: #C0A42A;
}
.AnyTagClassName
{
color: #C0A42A;
}
</style>
background-color css
<style>
a { background-color: #C0A42A; }
a { background-color: rgb(192,164,42); }
div.DivClassName
{
background-color: #C0A42A;
}
.BgClassName
{
background-color: #C0A42A;
}
</style>
border-color css
<style>
span { border-color: #C0A42A; }
span { border-color: rgb(192,164,42); }
td.TdClassName
{
border-color: #C0A42A;
}
.TagClassName
{
border-color: #C0A42A;
}
</style>