Shades of Earls Green #C1A71D
Tints of Earls Green #C1A71D
RGB
CMYK
RGB Variations
Color information
#C1A71D (or 0xC1A71D) is known color: Earls Green. HEX triplet: C1, A7 and 1D. RGB value is (193,167,29). Sum of RGB (Red+Green+Blue) = 193+167+29=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A71D is #3E58E2. Grayscale: #9F9F9F. Windows color (decimal): -4085987 or 1943489. OLE color: 1943489.
HSL color Cylindrical-coordinate representation of color #C1A71D: hue angle of 50.49º 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 #C1A71D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 29 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.24 |
| HSL | 50.49º | 0.74% | 0.44% | - |
| HSV(B) | 50.49º | 0.85% | 0.76% | - |
| XYZ | 36.03 | 39.06 | 6.8 | - |
| YUV | 159.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 29 | 0 | 0.13 | 0.85 | 0.24 | 50.49 | 0.74 | 0.44 |
| Hex | C1 | A7 | 1D | 0 | D | 55 | 18 | 32 | 4A | 2C |
| Octal | 301 | 247 | 35 | 0 | 15 | 125 | 30 | 62 | 112 | 54 |
| Binary | 11000001 | 10100111 | 11101 | 0 | 1101 | 1010101 | 11000 | 110010 | 1001010 | 101100 |
Color Harmonies of #C1A71D
Complementary color
Monochromatic Colors of #C1A71D
Black with #C1A71D
Text Example
Text Example
White with #C1A71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A71D; }
p { color: rgb(193,167,29); }
H1.HeaderClassName
{
color: #C1A71D;
}
.AnyTagClassName
{
color: #C1A71D;
}
</style>
background-color css
<style>
a { background-color: #C1A71D; }
a { background-color: rgb(193,167,29); }
div.DivClassName
{
background-color: #C1A71D;
}
.BgClassName
{
background-color: #C1A71D;
}
</style>
border-color css
<style>
span { border-color: #C1A71D; }
span { border-color: rgb(193,167,29); }
td.TdClassName
{
border-color: #C1A71D;
}
.TagClassName
{
border-color: #C1A71D;
}
</style>