Shades of Earls Green #C6A81F
Tints of Earls Green #C6A81F
RGB
CMYK
RGB Variations
Color information
#C6A81F (or 0xC6A81F) is known color: Earls Green. HEX triplet: C6, A8 and 1F. RGB value is (198,168,31). Sum of RGB (Red+Green+Blue) = 198+168+31=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A81F is #3957E0. Grayscale: #A1A1A1. Windows color (decimal): -3758049 or 2074822. OLE color: 2074822.
HSL color Cylindrical-coordinate representation of color #C6A81F: hue angle of 49.22º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6A81F is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 31 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.22 |
| HSL | 49.22º | 0.73% | 0.45% | - |
| HSV(B) | 49.22º | 0.84% | 0.78% | - |
| XYZ | 37.54 | 40.11 | 7.06 | - |
| YUV | 161.35 | 54.44 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 31 | 0 | 0.15 | 0.84 | 0.22 | 49.22 | 0.73 | 0.45 |
| Hex | C6 | A8 | 1F | 0 | F | 54 | 16 | 31 | 49 | 2D |
| Octal | 306 | 250 | 37 | 0 | 17 | 124 | 26 | 61 | 111 | 55 |
| Binary | 11000110 | 10101000 | 11111 | 0 | 1111 | 1010100 | 10110 | 110001 | 1001001 | 101101 |
Color Harmonies of #C6A81F
Complementary color
Monochromatic Colors of #C6A81F
Black with #C6A81F
Text Example
Text Example
White with #C6A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A81F; }
p { color: rgb(198,168,31); }
H1.HeaderClassName
{
color: #C6A81F;
}
.AnyTagClassName
{
color: #C6A81F;
}
</style>
background-color css
<style>
a { background-color: #C6A81F; }
a { background-color: rgb(198,168,31); }
div.DivClassName
{
background-color: #C6A81F;
}
.BgClassName
{
background-color: #C6A81F;
}
</style>
border-color css
<style>
span { border-color: #C6A81F; }
span { border-color: rgb(198,168,31); }
td.TdClassName
{
border-color: #C6A81F;
}
.TagClassName
{
border-color: #C6A81F;
}
</style>