Shades of Earls Green #C1A819
Tints of Earls Green #C1A819
RGB
CMYK
RGB Variations
Color information
#C1A819 (or 0xC1A819) is known color: Earls Green. HEX triplet: C1, A8 and 19. RGB value is (193,168,25). Sum of RGB (Red+Green+Blue) = 193+168+25=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A819 is #3E57E6. Grayscale: #9F9F9F. Windows color (decimal): -4085735 or 1681601. OLE color: 1681601.
HSL color Cylindrical-coordinate representation of color #C1A819: hue angle of 51.07º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1A819 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 25 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.24 |
| HSL | 51.07º | 0.77% | 0.43% | - |
| HSV(B) | 51.07º | 0.87% | 0.76% | - |
| XYZ | 36.17 | 39.41 | 6.62 | - |
| YUV | 159.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 25 | 0 | 0.13 | 0.87 | 0.24 | 51.07 | 0.77 | 0.43 |
| Hex | C1 | A8 | 19 | 0 | D | 57 | 18 | 33 | 4D | 2B |
| Octal | 301 | 250 | 31 | 0 | 15 | 127 | 30 | 63 | 115 | 53 |
| Binary | 11000001 | 10101000 | 11001 | 0 | 1101 | 1010111 | 11000 | 110011 | 1001101 | 101011 |
Color Harmonies of #C1A819
Complementary color
Monochromatic Colors of #C1A819
Black with #C1A819
Text Example
Text Example
White with #C1A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A819; }
p { color: rgb(193,168,25); }
H1.HeaderClassName
{
color: #C1A819;
}
.AnyTagClassName
{
color: #C1A819;
}
</style>
background-color css
<style>
a { background-color: #C1A819; }
a { background-color: rgb(193,168,25); }
div.DivClassName
{
background-color: #C1A819;
}
.BgClassName
{
background-color: #C1A819;
}
</style>
border-color css
<style>
span { border-color: #C1A819; }
span { border-color: rgb(193,168,25); }
td.TdClassName
{
border-color: #C1A819;
}
.TagClassName
{
border-color: #C1A819;
}
</style>