Shades of Earls Green #C8AC18
Tints of Earls Green #C8AC18
RGB
CMYK
RGB Variations
Color information
#C8AC18 (or 0xC8AC18) is known color: Earls Green. HEX triplet: C8, AC and 18. RGB value is (200,172,24). Sum of RGB (Red+Green+Blue) = 200+172+24=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC18 is #3753E7. Grayscale: #A4A4A4. Windows color (decimal): -3625960 or 1617096. OLE color: 1617096.
HSL color Cylindrical-coordinate representation of color #C8AC18: hue angle of 50.45º degrees, saturation: 0.79, 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 #C8AC18 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 24 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.22 |
| HSL | 50.45º | 0.79% | 0.44% | - |
| HSV(B) | 50.45º | 0.88% | 0.78% | - |
| XYZ | 38.74 | 41.85 | 6.9 | - |
| YUV | 163.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 24 | 0 | 0.14 | 0.88 | 0.22 | 50.45 | 0.79 | 0.44 |
| Hex | C8 | AC | 18 | 0 | E | 58 | 16 | 32 | 4F | 2C |
| Octal | 310 | 254 | 30 | 0 | 16 | 130 | 26 | 62 | 117 | 54 |
| Binary | 11001000 | 10101100 | 11000 | 0 | 1110 | 1011000 | 10110 | 110010 | 1001111 | 101100 |
Color Harmonies of #C8AC18
Complementary color
Monochromatic Colors of #C8AC18
Black with #C8AC18
Text Example
Text Example
White with #C8AC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC18; }
p { color: rgb(200,172,24); }
H1.HeaderClassName
{
color: #C8AC18;
}
.AnyTagClassName
{
color: #C8AC18;
}
</style>
background-color css
<style>
a { background-color: #C8AC18; }
a { background-color: rgb(200,172,24); }
div.DivClassName
{
background-color: #C8AC18;
}
.BgClassName
{
background-color: #C8AC18;
}
</style>
border-color css
<style>
span { border-color: #C8AC18; }
span { border-color: rgb(200,172,24); }
td.TdClassName
{
border-color: #C8AC18;
}
.TagClassName
{
border-color: #C8AC18;
}
</style>