Shades of Earls Green #C6AF1C
Tints of Earls Green #C6AF1C
RGB
CMYK
RGB Variations
Color information
#C6AF1C (or 0xC6AF1C) is known color: Earls Green. HEX triplet: C6, AF and 1C. RGB value is (198,175,28). Sum of RGB (Red+Green+Blue) = 198+175+28=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF1C is #3950E3. Grayscale: #A5A5A5. Windows color (decimal): -3756260 or 1880006. OLE color: 1880006.
HSL color Cylindrical-coordinate representation of color #C6AF1C: hue angle of 51.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6AF1C is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 28 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.22 |
| HSL | 51.88º | 0.75% | 0.44% | - |
| HSV(B) | 51.88º | 0.86% | 0.78% | - |
| XYZ | 38.83 | 42.75 | 7.3 | - |
| YUV | 165.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 28 | 0 | 0.12 | 0.86 | 0.22 | 51.88 | 0.75 | 0.44 |
| Hex | C6 | AF | 1C | 0 | C | 56 | 16 | 34 | 4B | 2C |
| Octal | 306 | 257 | 34 | 0 | 14 | 126 | 26 | 64 | 113 | 54 |
| Binary | 11000110 | 10101111 | 11100 | 0 | 1100 | 1010110 | 10110 | 110100 | 1001011 | 101100 |
Color Harmonies of #C6AF1C
Complementary color
Monochromatic Colors of #C6AF1C
Black with #C6AF1C
Text Example
Text Example
White with #C6AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF1C; }
p { color: rgb(198,175,28); }
H1.HeaderClassName
{
color: #C6AF1C;
}
.AnyTagClassName
{
color: #C6AF1C;
}
</style>
background-color css
<style>
a { background-color: #C6AF1C; }
a { background-color: rgb(198,175,28); }
div.DivClassName
{
background-color: #C6AF1C;
}
.BgClassName
{
background-color: #C6AF1C;
}
</style>
border-color css
<style>
span { border-color: #C6AF1C; }
span { border-color: rgb(198,175,28); }
td.TdClassName
{
border-color: #C6AF1C;
}
.TagClassName
{
border-color: #C6AF1C;
}
</style>