Shades of Limerick #8CB82C
Tints of Limerick #8CB82C
RGB
CMYK
RGB Variations
Color information
#8CB82C (or 0x8CB82C) is known color: Limerick. HEX triplet: 8C, B8 and 2C. RGB value is (140,184,44). Sum of RGB (Red+Green+Blue) = 140+184+44=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB82C is #7347D3. Grayscale: #9B9B9B. Windows color (decimal): -7555028 or 2930828. OLE color: 2930828.
HSL color Cylindrical-coordinate representation of color #8CB82C: hue angle of 78.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CB82C is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 44 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.28 |
| HSL | 78.86º | 0.61% | 0.45% | - |
| HSV(B) | 78.86º | 0.76% | 0.72% | - |
| XYZ | 28.41 | 40.04 | 8.61 | - |
| YUV | 154.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 44 | 0.24 | 0 | 0.76 | 0.28 | 78.86 | 0.61 | 0.45 |
| Hex | 8C | B8 | 2C | 18 | 0 | 4C | 1C | 4F | 3D | 2D |
| Octal | 214 | 270 | 54 | 30 | 0 | 114 | 34 | 117 | 75 | 55 |
| Binary | 10001100 | 10111000 | 101100 | 11000 | 0 | 1001100 | 11100 | 1001111 | 111101 | 101101 |
Color Harmonies of #8CB82C
Complementary color
Monochromatic Colors of #8CB82C
Black with #8CB82C
Text Example
Text Example
White with #8CB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB82C; }
p { color: rgb(140,184,44); }
H1.HeaderClassName
{
color: #8CB82C;
}
.AnyTagClassName
{
color: #8CB82C;
}
</style>
background-color css
<style>
a { background-color: #8CB82C; }
a { background-color: rgb(140,184,44); }
div.DivClassName
{
background-color: #8CB82C;
}
.BgClassName
{
background-color: #8CB82C;
}
</style>
border-color css
<style>
span { border-color: #8CB82C; }
span { border-color: rgb(140,184,44); }
td.TdClassName
{
border-color: #8CB82C;
}
.TagClassName
{
border-color: #8CB82C;
}
</style>