Shades of Limerick #8CAB11
Tints of Limerick #8CAB11
RGB
CMYK
RGB Variations
Color information
#8CAB11 (or 0x8CAB11) is known color: Limerick. HEX triplet: 8C, AB and 11. RGB value is (140,171,17). Sum of RGB (Red+Green+Blue) = 140+171+17=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAB11 is #7354EE. Grayscale: #909090. Windows color (decimal): -7558383 or 1158028. OLE color: 1158028.
HSL color Cylindrical-coordinate representation of color #8CAB11: hue angle of 72.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CAB11 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 17 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.33 |
| HSL | 72.08º | 0.82% | 0.37% | - |
| HSV(B) | 72.08º | 0.9% | 0.67% | - |
| XYZ | 25.48 | 34.74 | 5.89 | - |
| YUV | 144.18 | 56.23 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 17 | 0.18 | 0 | 0.90 | 0.33 | 72.08 | 0.82 | 0.37 |
| Hex | 8C | AB | 11 | 12 | 0 | 5A | 21 | 48 | 52 | 25 |
| Octal | 214 | 253 | 21 | 22 | 0 | 132 | 41 | 110 | 122 | 45 |
| Binary | 10001100 | 10101011 | 10001 | 10010 | 0 | 1011010 | 100001 | 1001000 | 1010010 | 100101 |
Color Harmonies of #8CAB11
Complementary color
Monochromatic Colors of #8CAB11
Black with #8CAB11
Text Example
Text Example
White with #8CAB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB11; }
p { color: rgb(140,171,17); }
H1.HeaderClassName
{
color: #8CAB11;
}
.AnyTagClassName
{
color: #8CAB11;
}
</style>
background-color css
<style>
a { background-color: #8CAB11; }
a { background-color: rgb(140,171,17); }
div.DivClassName
{
background-color: #8CAB11;
}
.BgClassName
{
background-color: #8CAB11;
}
</style>
border-color css
<style>
span { border-color: #8CAB11; }
span { border-color: rgb(140,171,17); }
td.TdClassName
{
border-color: #8CAB11;
}
.TagClassName
{
border-color: #8CAB11;
}
</style>