Shades of Earls Green #C1A821
Tints of Earls Green #C1A821
RGB
CMYK
RGB Variations
Color information
#C1A821 (or 0xC1A821) is known color: Earls Green. HEX triplet: C1, A8 and 21. RGB value is (193,168,33). Sum of RGB (Red+Green+Blue) = 193+168+33=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A821 is #3E57DE. Grayscale: #A0A0A0. Windows color (decimal): -4085727 or 2205889. OLE color: 2205889.
HSL color Cylindrical-coordinate representation of color #C1A821: hue angle of 50.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1A821 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 33 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.24 |
| HSL | 50.63º | 0.71% | 0.44% | - |
| HSV(B) | 50.63º | 0.83% | 0.76% | - |
| XYZ | 36.27 | 39.45 | 7.14 | - |
| YUV | 160.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 33 | 0 | 0.13 | 0.83 | 0.24 | 50.63 | 0.71 | 0.44 |
| Hex | C1 | A8 | 21 | 0 | D | 53 | 18 | 33 | 47 | 2C |
| Octal | 301 | 250 | 41 | 0 | 15 | 123 | 30 | 63 | 107 | 54 |
| Binary | 11000001 | 10101000 | 100001 | 0 | 1101 | 1010011 | 11000 | 110011 | 1000111 | 101100 |
Color Harmonies of #C1A821
Complementary color
Monochromatic Colors of #C1A821
Black with #C1A821
Text Example
Text Example
White with #C1A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A821; }
p { color: rgb(193,168,33); }
H1.HeaderClassName
{
color: #C1A821;
}
.AnyTagClassName
{
color: #C1A821;
}
</style>
background-color css
<style>
a { background-color: #C1A821; }
a { background-color: rgb(193,168,33); }
div.DivClassName
{
background-color: #C1A821;
}
.BgClassName
{
background-color: #C1A821;
}
</style>
border-color css
<style>
span { border-color: #C1A821; }
span { border-color: rgb(193,168,33); }
td.TdClassName
{
border-color: #C1A821;
}
.TagClassName
{
border-color: #C1A821;
}
</style>