Shades of Earls Green #C1A831
Tints of Earls Green #C1A831
RGB
CMYK
RGB Variations
Color information
#C1A831 (or 0xC1A831) is known color: Earls Green. HEX triplet: C1, A8 and 31. RGB value is (193,168,49). Sum of RGB (Red+Green+Blue) = 193+168+49=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A831 is #3E57CE. Grayscale: #A2A2A2. Windows color (decimal): -4085711 or 3254465. OLE color: 3254465.
HSL color Cylindrical-coordinate representation of color #C1A831: hue angle of 49.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1A831 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 49 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.24 |
| HSL | 49.58º | 0.6% | 0.47% | - |
| HSV(B) | 49.58º | 0.75% | 0.76% | - |
| XYZ | 36.55 | 39.56 | 8.62 | - |
| YUV | 161.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 49 | 0 | 0.13 | 0.75 | 0.24 | 49.58 | 0.6 | 0.47 |
| Hex | C1 | A8 | 31 | 0 | D | 4B | 18 | 32 | 3C | 2F |
| Octal | 301 | 250 | 61 | 0 | 15 | 113 | 30 | 62 | 74 | 57 |
| Binary | 11000001 | 10101000 | 110001 | 0 | 1101 | 1001011 | 11000 | 110010 | 111100 | 101111 |
Color Harmonies of #C1A831
Complementary color
Monochromatic Colors of #C1A831
Black with #C1A831
Text Example
Text Example
White with #C1A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A831; }
p { color: rgb(193,168,49); }
H1.HeaderClassName
{
color: #C1A831;
}
.AnyTagClassName
{
color: #C1A831;
}
</style>
background-color css
<style>
a { background-color: #C1A831; }
a { background-color: rgb(193,168,49); }
div.DivClassName
{
background-color: #C1A831;
}
.BgClassName
{
background-color: #C1A831;
}
</style>
border-color css
<style>
span { border-color: #C1A831; }
span { border-color: rgb(193,168,49); }
td.TdClassName
{
border-color: #C1A831;
}
.TagClassName
{
border-color: #C1A831;
}
</style>