Shades of Earls Green #C8AC19
Tints of Earls Green #C8AC19
RGB
CMYK
RGB Variations
Color information
#C8AC19 (or 0xC8AC19) is known color: Earls Green. HEX triplet: C8, AC and 19. RGB value is (200,172,25). Sum of RGB (Red+Green+Blue) = 200+172+25=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC19 is #3753E6. Grayscale: #A4A4A4. Windows color (decimal): -3625959 or 1682632. OLE color: 1682632.
HSL color Cylindrical-coordinate representation of color #C8AC19: hue angle of 50.4º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8AC19 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 25 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.22 |
| HSL | 50.4º | 0.78% | 0.44% | - |
| HSV(B) | 50.4º | 0.88% | 0.78% | - |
| XYZ | 38.75 | 41.85 | 6.96 | - |
| YUV | 163.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 25 | 0 | 0.14 | 0.88 | 0.22 | 50.4 | 0.78 | 0.44 |
| Hex | C8 | AC | 19 | 0 | E | 58 | 16 | 32 | 4E | 2C |
| Octal | 310 | 254 | 31 | 0 | 16 | 130 | 26 | 62 | 116 | 54 |
| Binary | 11001000 | 10101100 | 11001 | 0 | 1110 | 1011000 | 10110 | 110010 | 1001110 | 101100 |
Color Harmonies of #C8AC19
Complementary color
Monochromatic Colors of #C8AC19
Black with #C8AC19
Text Example
Text Example
White with #C8AC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC19; }
p { color: rgb(200,172,25); }
H1.HeaderClassName
{
color: #C8AC19;
}
.AnyTagClassName
{
color: #C8AC19;
}
</style>
background-color css
<style>
a { background-color: #C8AC19; }
a { background-color: rgb(200,172,25); }
div.DivClassName
{
background-color: #C8AC19;
}
.BgClassName
{
background-color: #C8AC19;
}
</style>
border-color css
<style>
span { border-color: #C8AC19; }
span { border-color: rgb(200,172,25); }
td.TdClassName
{
border-color: #C8AC19;
}
.TagClassName
{
border-color: #C8AC19;
}
</style>