Shades of Earls Green #C6AA1B
Tints of Earls Green #C6AA1B
RGB
CMYK
RGB Variations
Color information
#C6AA1B (or 0xC6AA1B) is known color: Earls Green. HEX triplet: C6, AA and 1B. RGB value is (198,170,27). Sum of RGB (Red+Green+Blue) = 198+170+27=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA1B is #3955E4. Grayscale: #A2A2A2. Windows color (decimal): -3757541 or 1813190. OLE color: 1813190.
HSL color Cylindrical-coordinate representation of color #C6AA1B: hue angle of 50.18º degrees, saturation: 0.76, 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 #C6AA1B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 27 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.22 |
| HSL | 50.18º | 0.76% | 0.44% | - |
| HSV(B) | 50.18º | 0.86% | 0.78% | - |
| XYZ | 37.86 | 40.83 | 6.92 | - |
| YUV | 162.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 27 | 0 | 0.14 | 0.86 | 0.22 | 50.18 | 0.76 | 0.44 |
| Hex | C6 | AA | 1B | 0 | E | 56 | 16 | 32 | 4C | 2C |
| Octal | 306 | 252 | 33 | 0 | 16 | 126 | 26 | 62 | 114 | 54 |
| Binary | 11000110 | 10101010 | 11011 | 0 | 1110 | 1010110 | 10110 | 110010 | 1001100 | 101100 |
Color Harmonies of #C6AA1B
Complementary color
Monochromatic Colors of #C6AA1B
Black with #C6AA1B
Text Example
Text Example
White with #C6AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA1B; }
p { color: rgb(198,170,27); }
H1.HeaderClassName
{
color: #C6AA1B;
}
.AnyTagClassName
{
color: #C6AA1B;
}
</style>
background-color css
<style>
a { background-color: #C6AA1B; }
a { background-color: rgb(198,170,27); }
div.DivClassName
{
background-color: #C6AA1B;
}
.BgClassName
{
background-color: #C6AA1B;
}
</style>
border-color css
<style>
span { border-color: #C6AA1B; }
span { border-color: rgb(198,170,27); }
td.TdClassName
{
border-color: #C6AA1B;
}
.TagClassName
{
border-color: #C6AA1B;
}
</style>