Shades of Earls Green #C6AF19
Tints of Earls Green #C6AF19
RGB
CMYK
RGB Variations
Color information
#C6AF19 (or 0xC6AF19) is known color: Earls Green. HEX triplet: C6, AF and 19. RGB value is (198,175,25). Sum of RGB (Red+Green+Blue) = 198+175+25=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF19 is #3950E6. Grayscale: #A5A5A5. Windows color (decimal): -3756263 or 1683398. OLE color: 1683398.
HSL color Cylindrical-coordinate representation of color #C6AF19: hue angle of 52.02º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6AF19 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 25 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.22 |
| HSL | 52.02º | 0.78% | 0.44% | - |
| HSV(B) | 52.02º | 0.87% | 0.78% | - |
| XYZ | 38.79 | 42.74 | 7.12 | - |
| YUV | 164.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 25 | 0 | 0.12 | 0.87 | 0.22 | 52.02 | 0.78 | 0.44 |
| Hex | C6 | AF | 19 | 0 | C | 57 | 16 | 34 | 4E | 2C |
| Octal | 306 | 257 | 31 | 0 | 14 | 127 | 26 | 64 | 116 | 54 |
| Binary | 11000110 | 10101111 | 11001 | 0 | 1100 | 1010111 | 10110 | 110100 | 1001110 | 101100 |
Color Harmonies of #C6AF19
Complementary color
Monochromatic Colors of #C6AF19
Black with #C6AF19
Text Example
Text Example
White with #C6AF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF19; }
p { color: rgb(198,175,25); }
H1.HeaderClassName
{
color: #C6AF19;
}
.AnyTagClassName
{
color: #C6AF19;
}
</style>
background-color css
<style>
a { background-color: #C6AF19; }
a { background-color: rgb(198,175,25); }
div.DivClassName
{
background-color: #C6AF19;
}
.BgClassName
{
background-color: #C6AF19;
}
</style>
border-color css
<style>
span { border-color: #C6AF19; }
span { border-color: rgb(198,175,25); }
td.TdClassName
{
border-color: #C6AF19;
}
.TagClassName
{
border-color: #C6AF19;
}
</style>