Shades of Earls Green #C6AD1E
Tints of Earls Green #C6AD1E
RGB
CMYK
RGB Variations
Color information
#C6AD1E (or 0xC6AD1E) is known color: Earls Green. HEX triplet: C6, AD and 1E. RGB value is (198,173,30). Sum of RGB (Red+Green+Blue) = 198+173+30=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD1E is #3952E1. Grayscale: #A4A4A4. Windows color (decimal): -3756770 or 2010566. OLE color: 2010566.
HSL color Cylindrical-coordinate representation of color #C6AD1E: hue angle of 51.07º 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 #C6AD1E is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 30 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.22 |
| HSL | 51.07º | 0.74% | 0.45% | - |
| HSV(B) | 51.07º | 0.85% | 0.78% | - |
| XYZ | 38.47 | 41.99 | 7.31 | - |
| YUV | 164.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 30 | 0 | 0.13 | 0.85 | 0.22 | 51.07 | 0.74 | 0.45 |
| Hex | C6 | AD | 1E | 0 | D | 55 | 16 | 33 | 4A | 2D |
| Octal | 306 | 255 | 36 | 0 | 15 | 125 | 26 | 63 | 112 | 55 |
| Binary | 11000110 | 10101101 | 11110 | 0 | 1101 | 1010101 | 10110 | 110011 | 1001010 | 101101 |
Color Harmonies of #C6AD1E
Complementary color
Monochromatic Colors of #C6AD1E
Black with #C6AD1E
Text Example
Text Example
White with #C6AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD1E; }
p { color: rgb(198,173,30); }
H1.HeaderClassName
{
color: #C6AD1E;
}
.AnyTagClassName
{
color: #C6AD1E;
}
</style>
background-color css
<style>
a { background-color: #C6AD1E; }
a { background-color: rgb(198,173,30); }
div.DivClassName
{
background-color: #C6AD1E;
}
.BgClassName
{
background-color: #C6AD1E;
}
</style>
border-color css
<style>
span { border-color: #C6AD1E; }
span { border-color: rgb(198,173,30); }
td.TdClassName
{
border-color: #C6AD1E;
}
.TagClassName
{
border-color: #C6AD1E;
}
</style>