Shades of Earls Green #C6AB19
Tints of Earls Green #C6AB19
RGB
CMYK
RGB Variations
Color information
#C6AB19 (or 0xC6AB19) is known color: Earls Green. HEX triplet: C6, AB and 19. RGB value is (198,171,25). Sum of RGB (Red+Green+Blue) = 198+171+25=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB19 is #3954E6. Grayscale: #A3A3A3. Windows color (decimal): -3757287 or 1682374. OLE color: 1682374.
HSL color Cylindrical-coordinate representation of color #C6AB19: hue angle of 50.64º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6AB19 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 25 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.22 |
| HSL | 50.64º | 0.78% | 0.44% | - |
| HSV(B) | 50.64º | 0.87% | 0.78% | - |
| XYZ | 38.03 | 41.2 | 6.87 | - |
| YUV | 162.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 25 | 0 | 0.14 | 0.87 | 0.22 | 50.64 | 0.78 | 0.44 |
| Hex | C6 | AB | 19 | 0 | E | 57 | 16 | 33 | 4E | 2C |
| Octal | 306 | 253 | 31 | 0 | 16 | 127 | 26 | 63 | 116 | 54 |
| Binary | 11000110 | 10101011 | 11001 | 0 | 1110 | 1010111 | 10110 | 110011 | 1001110 | 101100 |
Color Harmonies of #C6AB19
Complementary color
Monochromatic Colors of #C6AB19
Black with #C6AB19
Text Example
Text Example
White with #C6AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB19; }
p { color: rgb(198,171,25); }
H1.HeaderClassName
{
color: #C6AB19;
}
.AnyTagClassName
{
color: #C6AB19;
}
</style>
background-color css
<style>
a { background-color: #C6AB19; }
a { background-color: rgb(198,171,25); }
div.DivClassName
{
background-color: #C6AB19;
}
.BgClassName
{
background-color: #C6AB19;
}
</style>
border-color css
<style>
span { border-color: #C6AB19; }
span { border-color: rgb(198,171,25); }
td.TdClassName
{
border-color: #C6AB19;
}
.TagClassName
{
border-color: #C6AB19;
}
</style>