Shades of Earls Green #C6AF1E
Tints of Earls Green #C6AF1E
RGB
CMYK
RGB Variations
Color information
#C6AF1E (or 0xC6AF1E) is known color: Earls Green. HEX triplet: C6, AF and 1E. RGB value is (198,175,30). Sum of RGB (Red+Green+Blue) = 198+175+30=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF1E is #3950E1. Grayscale: #A5A5A5. Windows color (decimal): -3756258 or 2011078. OLE color: 2011078.
HSL color Cylindrical-coordinate representation of color #C6AF1E: hue angle of 51.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6AF1E is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 30 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.22 |
| HSL | 51.79º | 0.74% | 0.45% | - |
| HSV(B) | 51.79º | 0.85% | 0.78% | - |
| XYZ | 38.85 | 42.76 | 7.43 | - |
| YUV | 165.35 | 51.62 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 30 | 0 | 0.12 | 0.85 | 0.22 | 51.79 | 0.74 | 0.45 |
| Hex | C6 | AF | 1E | 0 | C | 55 | 16 | 34 | 4A | 2D |
| Octal | 306 | 257 | 36 | 0 | 14 | 125 | 26 | 64 | 112 | 55 |
| Binary | 11000110 | 10101111 | 11110 | 0 | 1100 | 1010101 | 10110 | 110100 | 1001010 | 101101 |
Color Harmonies of #C6AF1E
Complementary color
Monochromatic Colors of #C6AF1E
Black with #C6AF1E
Text Example
Text Example
White with #C6AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF1E; }
p { color: rgb(198,175,30); }
H1.HeaderClassName
{
color: #C6AF1E;
}
.AnyTagClassName
{
color: #C6AF1E;
}
</style>
background-color css
<style>
a { background-color: #C6AF1E; }
a { background-color: rgb(198,175,30); }
div.DivClassName
{
background-color: #C6AF1E;
}
.BgClassName
{
background-color: #C6AF1E;
}
</style>
border-color css
<style>
span { border-color: #C6AF1E; }
span { border-color: rgb(198,175,30); }
td.TdClassName
{
border-color: #C6AF1E;
}
.TagClassName
{
border-color: #C6AF1E;
}
</style>