Shades of Earls Green #C0A32B
Tints of Earls Green #C0A32B
RGB
CMYK
RGB Variations
Color information
#C0A32B (or 0xC0A32B) is known color: Earls Green. HEX triplet: C0, A3 and 2B. RGB value is (192,163,43). Sum of RGB (Red+Green+Blue) = 192+163+43=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A32B is #3F5CD4. Grayscale: #9E9E9E. Windows color (decimal): -4152533 or 2859968. OLE color: 2859968.
HSL color Cylindrical-coordinate representation of color #C0A32B: hue angle of 48.32º degrees, saturation: 0.63, 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 #C0A32B is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 43 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.25 |
| HSL | 48.32º | 0.63% | 0.46% | - |
| HSV(B) | 48.32º | 0.78% | 0.75% | - |
| XYZ | 35.27 | 37.58 | 7.68 | - |
| YUV | 157.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 43 | 0 | 0.15 | 0.78 | 0.25 | 48.32 | 0.63 | 0.46 |
| Hex | C0 | A3 | 2B | 0 | F | 4E | 19 | 30 | 3F | 2E |
| Octal | 300 | 243 | 53 | 0 | 17 | 116 | 31 | 60 | 77 | 56 |
| Binary | 11000000 | 10100011 | 101011 | 0 | 1111 | 1001110 | 11001 | 110000 | 111111 | 101110 |
Color Harmonies of #C0A32B
Complementary color
Monochromatic Colors of #C0A32B
Black with #C0A32B
Text Example
Text Example
White with #C0A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A32B; }
p { color: rgb(192,163,43); }
H1.HeaderClassName
{
color: #C0A32B;
}
.AnyTagClassName
{
color: #C0A32B;
}
</style>
background-color css
<style>
a { background-color: #C0A32B; }
a { background-color: rgb(192,163,43); }
div.DivClassName
{
background-color: #C0A32B;
}
.BgClassName
{
background-color: #C0A32B;
}
</style>
border-color css
<style>
span { border-color: #C0A32B; }
span { border-color: rgb(192,163,43); }
td.TdClassName
{
border-color: #C0A32B;
}
.TagClassName
{
border-color: #C0A32B;
}
</style>