Shades of Earls Green #C2A32B
Tints of Earls Green #C2A32B
RGB
CMYK
RGB Variations
Color information
#C2A32B (or 0xC2A32B) is known color: Earls Green. HEX triplet: C2, A3 and 2B. RGB value is (194,163,43). Sum of RGB (Red+Green+Blue) = 194+163+43=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A32B is #3D5CD4. Grayscale: #9F9F9F. Windows color (decimal): -4021461 or 2859970. OLE color: 2859970.
HSL color Cylindrical-coordinate representation of color #C2A32B: hue angle of 47.68º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2A32B is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 43 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.24 |
| HSL | 47.68º | 0.64% | 0.46% | - |
| HSV(B) | 47.68º | 0.78% | 0.76% | - |
| XYZ | 35.78 | 37.84 | 7.7 | - |
| YUV | 158.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 43 | 0 | 0.16 | 0.78 | 0.24 | 47.68 | 0.64 | 0.46 |
| Hex | C2 | A3 | 2B | 0 | 10 | 4E | 18 | 30 | 40 | 2E |
| Octal | 302 | 243 | 53 | 0 | 20 | 116 | 30 | 60 | 100 | 56 |
| Binary | 11000010 | 10100011 | 101011 | 0 | 10000 | 1001110 | 11000 | 110000 | 1000000 | 101110 |
Color Harmonies of #C2A32B
Complementary color
Monochromatic Colors of #C2A32B
Black with #C2A32B
Text Example
Text Example
White with #C2A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A32B; }
p { color: rgb(194,163,43); }
H1.HeaderClassName
{
color: #C2A32B;
}
.AnyTagClassName
{
color: #C2A32B;
}
</style>
background-color css
<style>
a { background-color: #C2A32B; }
a { background-color: rgb(194,163,43); }
div.DivClassName
{
background-color: #C2A32B;
}
.BgClassName
{
background-color: #C2A32B;
}
</style>
border-color css
<style>
span { border-color: #C2A32B; }
span { border-color: rgb(194,163,43); }
td.TdClassName
{
border-color: #C2A32B;
}
.TagClassName
{
border-color: #C2A32B;
}
</style>