Shades of Earls Green #C6A81D
Tints of Earls Green #C6A81D
RGB
CMYK
RGB Variations
Color information
#C6A81D (or 0xC6A81D) is known color: Earls Green. HEX triplet: C6, A8 and 1D. RGB value is (198,168,29). Sum of RGB (Red+Green+Blue) = 198+168+29=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A81D is #3957E2. Grayscale: #A1A1A1. Windows color (decimal): -3758051 or 1943750. OLE color: 1943750.
HSL color Cylindrical-coordinate representation of color #C6A81D: hue angle of 49.35º degrees, saturation: 0.74, 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 #C6A81D is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 29 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.22 |
| HSL | 49.35º | 0.74% | 0.45% | - |
| HSV(B) | 49.35º | 0.85% | 0.78% | - |
| XYZ | 37.51 | 40.1 | 6.93 | - |
| YUV | 161.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 29 | 0 | 0.15 | 0.85 | 0.22 | 49.35 | 0.74 | 0.45 |
| Hex | C6 | A8 | 1D | 0 | F | 55 | 16 | 31 | 4A | 2D |
| Octal | 306 | 250 | 35 | 0 | 17 | 125 | 26 | 61 | 112 | 55 |
| Binary | 11000110 | 10101000 | 11101 | 0 | 1111 | 1010101 | 10110 | 110001 | 1001010 | 101101 |
Color Harmonies of #C6A81D
Complementary color
Monochromatic Colors of #C6A81D
Black with #C6A81D
Text Example
Text Example
White with #C6A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A81D; }
p { color: rgb(198,168,29); }
H1.HeaderClassName
{
color: #C6A81D;
}
.AnyTagClassName
{
color: #C6A81D;
}
</style>
background-color css
<style>
a { background-color: #C6A81D; }
a { background-color: rgb(198,168,29); }
div.DivClassName
{
background-color: #C6A81D;
}
.BgClassName
{
background-color: #C6A81D;
}
</style>
border-color css
<style>
span { border-color: #C6A81D; }
span { border-color: rgb(198,168,29); }
td.TdClassName
{
border-color: #C6A81D;
}
.TagClassName
{
border-color: #C6A81D;
}
</style>