Shades of Earls Green #C1A42E
Tints of Earls Green #C1A42E
RGB
CMYK
RGB Variations
Color information
#C1A42E (or 0xC1A42E) is known color: Earls Green. HEX triplet: C1, A4 and 2E. RGB value is (193,164,46). Sum of RGB (Red+Green+Blue) = 193+164+46=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A42E is #3E5BD1. Grayscale: #9F9F9F. Windows color (decimal): -4086738 or 3056833. OLE color: 3056833.
HSL color Cylindrical-coordinate representation of color #C1A42E: hue angle of 48.16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1A42E is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 46 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.24 |
| HSL | 48.16º | 0.62% | 0.47% | - |
| HSV(B) | 48.16º | 0.76% | 0.76% | - |
| XYZ | 35.76 | 38.09 | 8.05 | - |
| YUV | 159.22 | 64.11 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 46 | 0 | 0.15 | 0.76 | 0.24 | 48.16 | 0.62 | 0.47 |
| Hex | C1 | A4 | 2E | 0 | F | 4C | 18 | 30 | 3E | 2F |
| Octal | 301 | 244 | 56 | 0 | 17 | 114 | 30 | 60 | 76 | 57 |
| Binary | 11000001 | 10100100 | 101110 | 0 | 1111 | 1001100 | 11000 | 110000 | 111110 | 101111 |
Color Harmonies of #C1A42E
Complementary color
Monochromatic Colors of #C1A42E
Black with #C1A42E
Text Example
Text Example
White with #C1A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A42E; }
p { color: rgb(193,164,46); }
H1.HeaderClassName
{
color: #C1A42E;
}
.AnyTagClassName
{
color: #C1A42E;
}
</style>
background-color css
<style>
a { background-color: #C1A42E; }
a { background-color: rgb(193,164,46); }
div.DivClassName
{
background-color: #C1A42E;
}
.BgClassName
{
background-color: #C1A42E;
}
</style>
border-color css
<style>
span { border-color: #C1A42E; }
span { border-color: rgb(193,164,46); }
td.TdClassName
{
border-color: #C1A42E;
}
.TagClassName
{
border-color: #C1A42E;
}
</style>