Shades of Earls Green #C6AF18
Tints of Earls Green #C6AF18
RGB
CMYK
RGB Variations
Color information
#C6AF18 (or 0xC6AF18) is known color: Earls Green. HEX triplet: C6, AF and 18. RGB value is (198,175,24). Sum of RGB (Red+Green+Blue) = 198+175+24=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF18 is #3950E7. Grayscale: #A5A5A5. Windows color (decimal): -3756264 or 1617862. OLE color: 1617862.
HSL color Cylindrical-coordinate representation of color #C6AF18: hue angle of 52.07º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6AF18 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 24 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.22 |
| HSL | 52.07º | 0.78% | 0.44% | - |
| HSV(B) | 52.07º | 0.88% | 0.78% | - |
| XYZ | 38.78 | 42.73 | 7.07 | - |
| YUV | 164.66 | 48.62 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 24 | 0 | 0.12 | 0.88 | 0.22 | 52.07 | 0.78 | 0.44 |
| Hex | C6 | AF | 18 | 0 | C | 58 | 16 | 34 | 4E | 2C |
| Octal | 306 | 257 | 30 | 0 | 14 | 130 | 26 | 64 | 116 | 54 |
| Binary | 11000110 | 10101111 | 11000 | 0 | 1100 | 1011000 | 10110 | 110100 | 1001110 | 101100 |
Color Harmonies of #C6AF18
Complementary color
Monochromatic Colors of #C6AF18
Black with #C6AF18
Text Example
Text Example
White with #C6AF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF18; }
p { color: rgb(198,175,24); }
H1.HeaderClassName
{
color: #C6AF18;
}
.AnyTagClassName
{
color: #C6AF18;
}
</style>
background-color css
<style>
a { background-color: #C6AF18; }
a { background-color: rgb(198,175,24); }
div.DivClassName
{
background-color: #C6AF18;
}
.BgClassName
{
background-color: #C6AF18;
}
</style>
border-color css
<style>
span { border-color: #C6AF18; }
span { border-color: rgb(198,175,24); }
td.TdClassName
{
border-color: #C6AF18;
}
.TagClassName
{
border-color: #C6AF18;
}
</style>