Shades of Earls Green #C1A81D
Tints of Earls Green #C1A81D
RGB
CMYK
RGB Variations
Color information
#C1A81D (or 0xC1A81D) is known color: Earls Green. HEX triplet: C1, A8 and 1D. RGB value is (193,168,29). Sum of RGB (Red+Green+Blue) = 193+168+29=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A81D is #3E57E2. Grayscale: #A0A0A0. Windows color (decimal): -4085731 or 1943745. OLE color: 1943745.
HSL color Cylindrical-coordinate representation of color #C1A81D: hue angle of 50.85º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1A81D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 29 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.24 |
| HSL | 50.85º | 0.74% | 0.44% | - |
| HSV(B) | 50.85º | 0.85% | 0.76% | - |
| XYZ | 36.22 | 39.43 | 6.86 | - |
| YUV | 159.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 29 | 0 | 0.13 | 0.85 | 0.24 | 50.85 | 0.74 | 0.44 |
| Hex | C1 | A8 | 1D | 0 | D | 55 | 18 | 33 | 4A | 2C |
| Octal | 301 | 250 | 35 | 0 | 15 | 125 | 30 | 63 | 112 | 54 |
| Binary | 11000001 | 10101000 | 11101 | 0 | 1101 | 1010101 | 11000 | 110011 | 1001010 | 101100 |
Color Harmonies of #C1A81D
Complementary color
Monochromatic Colors of #C1A81D
Black with #C1A81D
Text Example
Text Example
White with #C1A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A81D; }
p { color: rgb(193,168,29); }
H1.HeaderClassName
{
color: #C1A81D;
}
.AnyTagClassName
{
color: #C1A81D;
}
</style>
background-color css
<style>
a { background-color: #C1A81D; }
a { background-color: rgb(193,168,29); }
div.DivClassName
{
background-color: #C1A81D;
}
.BgClassName
{
background-color: #C1A81D;
}
</style>
border-color css
<style>
span { border-color: #C1A81D; }
span { border-color: rgb(193,168,29); }
td.TdClassName
{
border-color: #C1A81D;
}
.TagClassName
{
border-color: #C1A81D;
}
</style>