Shades of Earls Green #C8A81F
Tints of Earls Green #C8A81F
RGB
CMYK
RGB Variations
Color information
#C8A81F (or 0xC8A81F) is known color: Earls Green. HEX triplet: C8, A8 and 1F. RGB value is (200,168,31). Sum of RGB (Red+Green+Blue) = 200+168+31=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A81F is #3757E0. Grayscale: #A2A2A2. Windows color (decimal): -3626977 or 2074824. OLE color: 2074824.
HSL color Cylindrical-coordinate representation of color #C8A81F: hue angle of 48.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8A81F is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 31 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.22 |
| HSL | 48.64º | 0.73% | 0.45% | - |
| HSV(B) | 48.64º | 0.85% | 0.78% | - |
| XYZ | 38.07 | 40.38 | 7.08 | - |
| YUV | 161.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 31 | 0 | 0.16 | 0.84 | 0.22 | 48.64 | 0.73 | 0.45 |
| Hex | C8 | A8 | 1F | 0 | 10 | 54 | 16 | 31 | 49 | 2D |
| Octal | 310 | 250 | 37 | 0 | 20 | 124 | 26 | 61 | 111 | 55 |
| Binary | 11001000 | 10101000 | 11111 | 0 | 10000 | 1010100 | 10110 | 110001 | 1001001 | 101101 |
Color Harmonies of #C8A81F
Complementary color
Monochromatic Colors of #C8A81F
Black with #C8A81F
Text Example
Text Example
White with #C8A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A81F; }
p { color: rgb(200,168,31); }
H1.HeaderClassName
{
color: #C8A81F;
}
.AnyTagClassName
{
color: #C8A81F;
}
</style>
background-color css
<style>
a { background-color: #C8A81F; }
a { background-color: rgb(200,168,31); }
div.DivClassName
{
background-color: #C8A81F;
}
.BgClassName
{
background-color: #C8A81F;
}
</style>
border-color css
<style>
span { border-color: #C8A81F; }
span { border-color: rgb(200,168,31); }
td.TdClassName
{
border-color: #C8A81F;
}
.TagClassName
{
border-color: #C8A81F;
}
</style>