Shades of Earls Green #C6AF2A
Tints of Earls Green #C6AF2A
RGB
CMYK
RGB Variations
Color information
#C6AF2A (or 0xC6AF2A) is known color: Earls Green. HEX triplet: C6, AF and 2A. RGB value is (198,175,42). Sum of RGB (Red+Green+Blue) = 198+175+42=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF2A is #3950D5. Grayscale: #A7A7A7. Windows color (decimal): -3756246 or 2797510. OLE color: 2797510.
HSL color Cylindrical-coordinate representation of color #C6AF2A: hue angle of 51.15º 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 #C6AF2A is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 42 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.22 |
| HSL | 51.15º | 0.65% | 0.47% | - |
| HSV(B) | 51.15º | 0.79% | 0.78% | - |
| XYZ | 39.04 | 42.83 | 8.4 | - |
| YUV | 166.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 42 | 0 | 0.12 | 0.79 | 0.22 | 51.15 | 0.65 | 0.47 |
| Hex | C6 | AF | 2A | 0 | C | 4F | 16 | 33 | 41 | 2F |
| Octal | 306 | 257 | 52 | 0 | 14 | 117 | 26 | 63 | 101 | 57 |
| Binary | 11000110 | 10101111 | 101010 | 0 | 1100 | 1001111 | 10110 | 110011 | 1000001 | 101111 |
Color Harmonies of #C6AF2A
Complementary color
Monochromatic Colors of #C6AF2A
Black with #C6AF2A
Text Example
Text Example
White with #C6AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF2A; }
p { color: rgb(198,175,42); }
H1.HeaderClassName
{
color: #C6AF2A;
}
.AnyTagClassName
{
color: #C6AF2A;
}
</style>
background-color css
<style>
a { background-color: #C6AF2A; }
a { background-color: rgb(198,175,42); }
div.DivClassName
{
background-color: #C6AF2A;
}
.BgClassName
{
background-color: #C6AF2A;
}
</style>
border-color css
<style>
span { border-color: #C6AF2A; }
span { border-color: rgb(198,175,42); }
td.TdClassName
{
border-color: #C6AF2A;
}
.TagClassName
{
border-color: #C6AF2A;
}
</style>