Shades of Earls Green #C6A62A
Tints of Earls Green #C6A62A
RGB
CMYK
RGB Variations
Color information
#C6A62A (or 0xC6A62A) is known color: Earls Green. HEX triplet: C6, A6 and 2A. RGB value is (198,166,42). Sum of RGB (Red+Green+Blue) = 198+166+42=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A62A is #3959D5. Grayscale: #A1A1A1. Windows color (decimal): -3758550 or 2795206. OLE color: 2795206.
HSL color Cylindrical-coordinate representation of color #C6A62A: hue angle of 47.69º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6A62A is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 42 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.22 |
| HSL | 47.69º | 0.65% | 0.47% | - |
| HSV(B) | 47.69º | 0.79% | 0.78% | - |
| XYZ | 37.34 | 39.45 | 7.84 | - |
| YUV | 161.43 | 60.6 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 42 | 0 | 0.16 | 0.79 | 0.22 | 47.69 | 0.65 | 0.47 |
| Hex | C6 | A6 | 2A | 0 | 10 | 4F | 16 | 30 | 41 | 2F |
| Octal | 306 | 246 | 52 | 0 | 20 | 117 | 26 | 60 | 101 | 57 |
| Binary | 11000110 | 10100110 | 101010 | 0 | 10000 | 1001111 | 10110 | 110000 | 1000001 | 101111 |
Color Harmonies of #C6A62A
Complementary color
Monochromatic Colors of #C6A62A
Black with #C6A62A
Text Example
Text Example
White with #C6A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A62A; }
p { color: rgb(198,166,42); }
H1.HeaderClassName
{
color: #C6A62A;
}
.AnyTagClassName
{
color: #C6A62A;
}
</style>
background-color css
<style>
a { background-color: #C6A62A; }
a { background-color: rgb(198,166,42); }
div.DivClassName
{
background-color: #C6A62A;
}
.BgClassName
{
background-color: #C6A62A;
}
</style>
border-color css
<style>
span { border-color: #C6A62A; }
span { border-color: rgb(198,166,42); }
td.TdClassName
{
border-color: #C6A62A;
}
.TagClassName
{
border-color: #C6A62A;
}
</style>