Shades of Limerick #8CB62C
Tints of Limerick #8CB62C
RGB
CMYK
RGB Variations
Color information
#8CB62C (or 0x8CB62C) is known color: Limerick. HEX triplet: 8C, B6 and 2C. RGB value is (140,182,44). Sum of RGB (Red+Green+Blue) = 140+182+44=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB62C is #7349D3. Grayscale: #9A9A9A. Windows color (decimal): -7555540 or 2930316. OLE color: 2930316.
HSL color Cylindrical-coordinate representation of color #8CB62C: hue angle of 78.26º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CB62C is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 44 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.29 |
| HSL | 78.26º | 0.61% | 0.44% | - |
| HSV(B) | 78.26º | 0.76% | 0.71% | - |
| XYZ | 28 | 39.21 | 8.48 | - |
| YUV | 153.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 44 | 0.23 | 0 | 0.76 | 0.29 | 78.26 | 0.61 | 0.44 |
| Hex | 8C | B6 | 2C | 17 | 0 | 4C | 1D | 4E | 3D | 2C |
| Octal | 214 | 266 | 54 | 27 | 0 | 114 | 35 | 116 | 75 | 54 |
| Binary | 10001100 | 10110110 | 101100 | 10111 | 0 | 1001100 | 11101 | 1001110 | 111101 | 101100 |
Color Harmonies of #8CB62C
Complementary color
Monochromatic Colors of #8CB62C
Black with #8CB62C
Text Example
Text Example
White with #8CB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB62C; }
p { color: rgb(140,182,44); }
H1.HeaderClassName
{
color: #8CB62C;
}
.AnyTagClassName
{
color: #8CB62C;
}
</style>
background-color css
<style>
a { background-color: #8CB62C; }
a { background-color: rgb(140,182,44); }
div.DivClassName
{
background-color: #8CB62C;
}
.BgClassName
{
background-color: #8CB62C;
}
</style>
border-color css
<style>
span { border-color: #8CB62C; }
span { border-color: rgb(140,182,44); }
td.TdClassName
{
border-color: #8CB62C;
}
.TagClassName
{
border-color: #8CB62C;
}
</style>