Shades of Earls Green #C0A831
Tints of Earls Green #C0A831
RGB
CMYK
RGB Variations
Color information
#C0A831 (or 0xC0A831) is known color: Earls Green. HEX triplet: C0, A8 and 31. RGB value is (192,168,49). Sum of RGB (Red+Green+Blue) = 192+168+49=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A831 is #3F57CE. Grayscale: #A2A2A2. Windows color (decimal): -4151247 or 3254464. OLE color: 3254464.
HSL color Cylindrical-coordinate representation of color #C0A831: hue angle of 49.93º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0A831 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 49 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.25 |
| HSL | 49.93º | 0.59% | 0.47% | - |
| HSV(B) | 49.93º | 0.74% | 0.75% | - |
| XYZ | 36.3 | 39.43 | 8.6 | - |
| YUV | 161.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 49 | 0 | 0.12 | 0.74 | 0.25 | 49.93 | 0.59 | 0.47 |
| Hex | C0 | A8 | 31 | 0 | C | 4A | 19 | 32 | 3B | 2F |
| Octal | 300 | 250 | 61 | 0 | 14 | 112 | 31 | 62 | 73 | 57 |
| Binary | 11000000 | 10101000 | 110001 | 0 | 1100 | 1001010 | 11001 | 110010 | 111011 | 101111 |
Color Harmonies of #C0A831
Complementary color
Monochromatic Colors of #C0A831
Black with #C0A831
Text Example
Text Example
White with #C0A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A831; }
p { color: rgb(192,168,49); }
H1.HeaderClassName
{
color: #C0A831;
}
.AnyTagClassName
{
color: #C0A831;
}
</style>
background-color css
<style>
a { background-color: #C0A831; }
a { background-color: rgb(192,168,49); }
div.DivClassName
{
background-color: #C0A831;
}
.BgClassName
{
background-color: #C0A831;
}
</style>
border-color css
<style>
span { border-color: #C0A831; }
span { border-color: rgb(192,168,49); }
td.TdClassName
{
border-color: #C0A831;
}
.TagClassName
{
border-color: #C0A831;
}
</style>