Shades of Earls Green #C8A91C
Tints of Earls Green #C8A91C
RGB
CMYK
RGB Variations
Color information
#C8A91C (or 0xC8A91C) is known color: Earls Green. HEX triplet: C8, A9 and 1C. RGB value is (200,169,28). Sum of RGB (Red+Green+Blue) = 200+169+28=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A91C is #3756E3. Grayscale: #A2A2A2. Windows color (decimal): -3626724 or 1878472. OLE color: 1878472.
HSL color Cylindrical-coordinate representation of color #C8A91C: hue angle of 49.19º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8A91C is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 28 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.22 |
| HSL | 49.19º | 0.75% | 0.45% | - |
| HSV(B) | 49.19º | 0.86% | 0.78% | - |
| XYZ | 38.22 | 40.74 | 6.95 | - |
| YUV | 162.2 | 52.27 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 28 | 0 | 0.16 | 0.86 | 0.22 | 49.19 | 0.75 | 0.45 |
| Hex | C8 | A9 | 1C | 0 | 10 | 56 | 16 | 31 | 4B | 2D |
| Octal | 310 | 251 | 34 | 0 | 20 | 126 | 26 | 61 | 113 | 55 |
| Binary | 11001000 | 10101001 | 11100 | 0 | 10000 | 1010110 | 10110 | 110001 | 1001011 | 101101 |
Color Harmonies of #C8A91C
Complementary color
Monochromatic Colors of #C8A91C
Black with #C8A91C
Text Example
Text Example
White with #C8A91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A91C; }
p { color: rgb(200,169,28); }
H1.HeaderClassName
{
color: #C8A91C;
}
.AnyTagClassName
{
color: #C8A91C;
}
</style>
background-color css
<style>
a { background-color: #C8A91C; }
a { background-color: rgb(200,169,28); }
div.DivClassName
{
background-color: #C8A91C;
}
.BgClassName
{
background-color: #C8A91C;
}
</style>
border-color css
<style>
span { border-color: #C8A91C; }
span { border-color: rgb(200,169,28); }
td.TdClassName
{
border-color: #C8A91C;
}
.TagClassName
{
border-color: #C8A91C;
}
</style>