Shades of Earls Green #C1A71B
Tints of Earls Green #C1A71B
RGB
CMYK
RGB Variations
Color information
#C1A71B (or 0xC1A71B) is known color: Earls Green. HEX triplet: C1, A7 and 1B. RGB value is (193,167,27). Sum of RGB (Red+Green+Blue) = 193+167+27=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A71B is #3E58E4. Grayscale: #9F9F9F. Windows color (decimal): -4085989 or 1812417. OLE color: 1812417.
HSL color Cylindrical-coordinate representation of color #C1A71B: hue angle of 50.6º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1A71B is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 27 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.24 |
| HSL | 50.6º | 0.75% | 0.43% | - |
| HSV(B) | 50.6º | 0.86% | 0.76% | - |
| XYZ | 36.01 | 39.05 | 6.68 | - |
| YUV | 158.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 27 | 0 | 0.13 | 0.86 | 0.24 | 50.6 | 0.75 | 0.43 |
| Hex | C1 | A7 | 1B | 0 | D | 56 | 18 | 33 | 4B | 2B |
| Octal | 301 | 247 | 33 | 0 | 15 | 126 | 30 | 63 | 113 | 53 |
| Binary | 11000001 | 10100111 | 11011 | 0 | 1101 | 1010110 | 11000 | 110011 | 1001011 | 101011 |
Color Harmonies of #C1A71B
Complementary color
Monochromatic Colors of #C1A71B
Black with #C1A71B
Text Example
Text Example
White with #C1A71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A71B; }
p { color: rgb(193,167,27); }
H1.HeaderClassName
{
color: #C1A71B;
}
.AnyTagClassName
{
color: #C1A71B;
}
</style>
background-color css
<style>
a { background-color: #C1A71B; }
a { background-color: rgb(193,167,27); }
div.DivClassName
{
background-color: #C1A71B;
}
.BgClassName
{
background-color: #C1A71B;
}
</style>
border-color css
<style>
span { border-color: #C1A71B; }
span { border-color: rgb(193,167,27); }
td.TdClassName
{
border-color: #C1A71B;
}
.TagClassName
{
border-color: #C1A71B;
}
</style>