Shades of Earls Green #C6AB18
Tints of Earls Green #C6AB18
RGB
CMYK
RGB Variations
Color information
#C6AB18 (or 0xC6AB18) is known color: Earls Green. HEX triplet: C6, AB and 18. RGB value is (198,171,24). Sum of RGB (Red+Green+Blue) = 198+171+24=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB18 is #3954E7. Grayscale: #A2A2A2. Windows color (decimal): -3757288 or 1616838. OLE color: 1616838.
HSL color Cylindrical-coordinate representation of color #C6AB18: hue angle of 50.69º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6AB18 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 24 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.22 |
| HSL | 50.69º | 0.78% | 0.44% | - |
| HSV(B) | 50.69º | 0.88% | 0.78% | - |
| XYZ | 38.02 | 41.2 | 6.81 | - |
| YUV | 162.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 24 | 0 | 0.14 | 0.88 | 0.22 | 50.69 | 0.78 | 0.44 |
| Hex | C6 | AB | 18 | 0 | E | 58 | 16 | 33 | 4E | 2C |
| Octal | 306 | 253 | 30 | 0 | 16 | 130 | 26 | 63 | 116 | 54 |
| Binary | 11000110 | 10101011 | 11000 | 0 | 1110 | 1011000 | 10110 | 110011 | 1001110 | 101100 |
Color Harmonies of #C6AB18
Complementary color
Monochromatic Colors of #C6AB18
Black with #C6AB18
Text Example
Text Example
White with #C6AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB18; }
p { color: rgb(198,171,24); }
H1.HeaderClassName
{
color: #C6AB18;
}
.AnyTagClassName
{
color: #C6AB18;
}
</style>
background-color css
<style>
a { background-color: #C6AB18; }
a { background-color: rgb(198,171,24); }
div.DivClassName
{
background-color: #C6AB18;
}
.BgClassName
{
background-color: #C6AB18;
}
</style>
border-color css
<style>
span { border-color: #C6AB18; }
span { border-color: rgb(198,171,24); }
td.TdClassName
{
border-color: #C6AB18;
}
.TagClassName
{
border-color: #C6AB18;
}
</style>