Shades of Earls Green #C6AA17
Tints of Earls Green #C6AA17
RGB
CMYK
RGB Variations
Color information
#C6AA17 (or 0xC6AA17) is known color: Earls Green. HEX triplet: C6, AA and 17. RGB value is (198,170,23). Sum of RGB (Red+Green+Blue) = 198+170+23=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AA17 is #3955E8. Grayscale: #A2A2A2. Windows color (decimal): -3757545 or 1551046. OLE color: 1551046.
HSL color Cylindrical-coordinate representation of color #C6AA17: hue angle of 50.4º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6AA17 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 23 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.22 |
| HSL | 50.4º | 0.79% | 0.43% | - |
| HSV(B) | 50.4º | 0.88% | 0.78% | - |
| XYZ | 37.82 | 40.82 | 6.7 | - |
| YUV | 161.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 23 | 0 | 0.14 | 0.88 | 0.22 | 50.4 | 0.79 | 0.43 |
| Hex | C6 | AA | 17 | 0 | E | 58 | 16 | 32 | 4F | 2B |
| Octal | 306 | 252 | 27 | 0 | 16 | 130 | 26 | 62 | 117 | 53 |
| Binary | 11000110 | 10101010 | 10111 | 0 | 1110 | 1011000 | 10110 | 110010 | 1001111 | 101011 |
Color Harmonies of #C6AA17
Complementary color
Monochromatic Colors of #C6AA17
Black with #C6AA17
Text Example
Text Example
White with #C6AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA17; }
p { color: rgb(198,170,23); }
H1.HeaderClassName
{
color: #C6AA17;
}
.AnyTagClassName
{
color: #C6AA17;
}
</style>
background-color css
<style>
a { background-color: #C6AA17; }
a { background-color: rgb(198,170,23); }
div.DivClassName
{
background-color: #C6AA17;
}
.BgClassName
{
background-color: #C6AA17;
}
</style>
border-color css
<style>
span { border-color: #C6AA17; }
span { border-color: rgb(198,170,23); }
td.TdClassName
{
border-color: #C6AA17;
}
.TagClassName
{
border-color: #C6AA17;
}
</style>