Shades of Earls Green #C6A42A
Tints of Earls Green #C6A42A
RGB
CMYK
RGB Variations
Color information
#C6A42A (or 0xC6A42A) is known color: Earls Green. HEX triplet: C6, A4 and 2A. RGB value is (198,164,42). Sum of RGB (Red+Green+Blue) = 198+164+42=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A42A is #395BD5. Grayscale: #A0A0A0. Windows color (decimal): -3759062 or 2794694. OLE color: 2794694.
HSL color Cylindrical-coordinate representation of color #C6A42A: hue angle of 46.92º 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 #C6A42A is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 164 | 42 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.22 |
| HSL | 46.92º | 0.65% | 0.47% | - |
| HSV(B) | 46.92º | 0.79% | 0.78% | - |
| XYZ | 36.98 | 38.72 | 7.72 | - |
| YUV | 160.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 42 | 0 | 0.17 | 0.79 | 0.22 | 46.92 | 0.65 | 0.47 |
| Hex | C6 | A4 | 2A | 0 | 11 | 4F | 16 | 2F | 41 | 2F |
| Octal | 306 | 244 | 52 | 0 | 21 | 117 | 26 | 57 | 101 | 57 |
| Binary | 11000110 | 10100100 | 101010 | 0 | 10001 | 1001111 | 10110 | 101111 | 1000001 | 101111 |
Color Harmonies of #C6A42A
Complementary color
Monochromatic Colors of #C6A42A
Black with #C6A42A
Text Example
Text Example
White with #C6A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A42A; }
p { color: rgb(198,164,42); }
H1.HeaderClassName
{
color: #C6A42A;
}
.AnyTagClassName
{
color: #C6A42A;
}
</style>
background-color css
<style>
a { background-color: #C6A42A; }
a { background-color: rgb(198,164,42); }
div.DivClassName
{
background-color: #C6A42A;
}
.BgClassName
{
background-color: #C6A42A;
}
</style>
border-color css
<style>
span { border-color: #C6A42A; }
span { border-color: rgb(198,164,42); }
td.TdClassName
{
border-color: #C6A42A;
}
.TagClassName
{
border-color: #C6A42A;
}
</style>