Shades of Limerick #8CAB37
Tints of Limerick #8CAB37
RGB
CMYK
RGB Variations
Color information
#8CAB37 (or 0x8CAB37) is known color: Limerick. HEX triplet: 8C, AB and 37. RGB value is (140,171,55). Sum of RGB (Red+Green+Blue) = 140+171+55=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB37 is #7354C8. Grayscale: #949494. Windows color (decimal): -7558345 or 3648396. OLE color: 3648396.
HSL color Cylindrical-coordinate representation of color #8CAB37: hue angle of 76.03º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CAB37 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 55 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.33 |
| HSL | 76.03º | 0.51% | 0.44% | - |
| HSV(B) | 76.03º | 0.68% | 0.67% | - |
| XYZ | 26.07 | 34.98 | 8.99 | - |
| YUV | 148.51 | 75.23 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 55 | 0.18 | 0 | 0.68 | 0.33 | 76.03 | 0.51 | 0.44 |
| Hex | 8C | AB | 37 | 12 | 0 | 44 | 21 | 4C | 33 | 2C |
| Octal | 214 | 253 | 67 | 22 | 0 | 104 | 41 | 114 | 63 | 54 |
| Binary | 10001100 | 10101011 | 110111 | 10010 | 0 | 1000100 | 100001 | 1001100 | 110011 | 101100 |
Color Harmonies of #8CAB37
Complementary color
Monochromatic Colors of #8CAB37
Black with #8CAB37
Text Example
Text Example
White with #8CAB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB37; }
p { color: rgb(140,171,55); }
H1.HeaderClassName
{
color: #8CAB37;
}
.AnyTagClassName
{
color: #8CAB37;
}
</style>
background-color css
<style>
a { background-color: #8CAB37; }
a { background-color: rgb(140,171,55); }
div.DivClassName
{
background-color: #8CAB37;
}
.BgClassName
{
background-color: #8CAB37;
}
</style>
border-color css
<style>
span { border-color: #8CAB37; }
span { border-color: rgb(140,171,55); }
td.TdClassName
{
border-color: #8CAB37;
}
.TagClassName
{
border-color: #8CAB37;
}
</style>