Shades of Earls Green #C6AA2A
Tints of Earls Green #C6AA2A
RGB
CMYK
RGB Variations
Color information
#C6AA2A (or 0xC6AA2A) is known color: Earls Green. HEX triplet: C6, AA and 2A. RGB value is (198,170,42). Sum of RGB (Red+Green+Blue) = 198+170+42=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA2A is #3955D5. Grayscale: #A4A4A4. Windows color (decimal): -3757526 or 2796230. OLE color: 2796230.
HSL color Cylindrical-coordinate representation of color #C6AA2A: hue angle of 49.23º 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 #C6AA2A is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 42 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.22 |
| HSL | 49.23º | 0.65% | 0.47% | - |
| HSV(B) | 49.23º | 0.79% | 0.78% | - |
| XYZ | 38.08 | 40.92 | 8.08 | - |
| YUV | 163.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 42 | 0 | 0.14 | 0.79 | 0.22 | 49.23 | 0.65 | 0.47 |
| Hex | C6 | AA | 2A | 0 | E | 4F | 16 | 31 | 41 | 2F |
| Octal | 306 | 252 | 52 | 0 | 16 | 117 | 26 | 61 | 101 | 57 |
| Binary | 11000110 | 10101010 | 101010 | 0 | 1110 | 1001111 | 10110 | 110001 | 1000001 | 101111 |
Color Harmonies of #C6AA2A
Complementary color
Monochromatic Colors of #C6AA2A
Black with #C6AA2A
Text Example
Text Example
White with #C6AA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA2A; }
p { color: rgb(198,170,42); }
H1.HeaderClassName
{
color: #C6AA2A;
}
.AnyTagClassName
{
color: #C6AA2A;
}
</style>
background-color css
<style>
a { background-color: #C6AA2A; }
a { background-color: rgb(198,170,42); }
div.DivClassName
{
background-color: #C6AA2A;
}
.BgClassName
{
background-color: #C6AA2A;
}
</style>
border-color css
<style>
span { border-color: #C6AA2A; }
span { border-color: rgb(198,170,42); }
td.TdClassName
{
border-color: #C6AA2A;
}
.TagClassName
{
border-color: #C6AA2A;
}
</style>