Shades of Earls Green #C8AC1A
Tints of Earls Green #C8AC1A
RGB
CMYK
RGB Variations
Color information
#C8AC1A (or 0xC8AC1A) is known color: Earls Green. HEX triplet: C8, AC and 1A. RGB value is (200,172,26). Sum of RGB (Red+Green+Blue) = 200+172+26=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC1A is #3753E5. Grayscale: #A4A4A4. Windows color (decimal): -3625958 or 1748168. OLE color: 1748168.
HSL color Cylindrical-coordinate representation of color #C8AC1A: hue angle of 50.34º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8AC1A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 26 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.22 |
| HSL | 50.34º | 0.77% | 0.44% | - |
| HSV(B) | 50.34º | 0.87% | 0.78% | - |
| XYZ | 38.76 | 41.86 | 7.01 | - |
| YUV | 163.73 | 50.28 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 26 | 0 | 0.14 | 0.87 | 0.22 | 50.34 | 0.77 | 0.44 |
| Hex | C8 | AC | 1A | 0 | E | 57 | 16 | 32 | 4D | 2C |
| Octal | 310 | 254 | 32 | 0 | 16 | 127 | 26 | 62 | 115 | 54 |
| Binary | 11001000 | 10101100 | 11010 | 0 | 1110 | 1010111 | 10110 | 110010 | 1001101 | 101100 |
Color Harmonies of #C8AC1A
Complementary color
Monochromatic Colors of #C8AC1A
Black with #C8AC1A
Text Example
Text Example
White with #C8AC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC1A; }
p { color: rgb(200,172,26); }
H1.HeaderClassName
{
color: #C8AC1A;
}
.AnyTagClassName
{
color: #C8AC1A;
}
</style>
background-color css
<style>
a { background-color: #C8AC1A; }
a { background-color: rgb(200,172,26); }
div.DivClassName
{
background-color: #C8AC1A;
}
.BgClassName
{
background-color: #C8AC1A;
}
</style>
border-color css
<style>
span { border-color: #C8AC1A; }
span { border-color: rgb(200,172,26); }
td.TdClassName
{
border-color: #C8AC1A;
}
.TagClassName
{
border-color: #C8AC1A;
}
</style>