Shades of Limerick #8CB61C
Tints of Limerick #8CB61C
RGB
CMYK
RGB Variations
Color information
#8CB61C (or 0x8CB61C) is known color: Limerick. HEX triplet: 8C, B6 and 1C. RGB value is (140,182,28). Sum of RGB (Red+Green+Blue) = 140+182+28=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB61C is #7349E3. Grayscale: #989898. Windows color (decimal): -7555556 or 1881740. OLE color: 1881740.
HSL color Cylindrical-coordinate representation of color #8CB61C: hue angle of 76.36º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CB61C is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 28 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.29 |
| HSL | 76.36º | 0.73% | 0.41% | - |
| HSV(B) | 76.36º | 0.85% | 0.71% | - |
| XYZ | 27.75 | 39.12 | 7.19 | - |
| YUV | 151.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 28 | 0.23 | 0 | 0.85 | 0.29 | 76.36 | 0.73 | 0.41 |
| Hex | 8C | B6 | 1C | 17 | 0 | 55 | 1D | 4C | 49 | 29 |
| Octal | 214 | 266 | 34 | 27 | 0 | 125 | 35 | 114 | 111 | 51 |
| Binary | 10001100 | 10110110 | 11100 | 10111 | 0 | 1010101 | 11101 | 1001100 | 1001001 | 101001 |
Color Harmonies of #8CB61C
Complementary color
Monochromatic Colors of #8CB61C
Black with #8CB61C
Text Example
Text Example
White with #8CB61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB61C; }
p { color: rgb(140,182,28); }
H1.HeaderClassName
{
color: #8CB61C;
}
.AnyTagClassName
{
color: #8CB61C;
}
</style>
background-color css
<style>
a { background-color: #8CB61C; }
a { background-color: rgb(140,182,28); }
div.DivClassName
{
background-color: #8CB61C;
}
.BgClassName
{
background-color: #8CB61C;
}
</style>
border-color css
<style>
span { border-color: #8CB61C; }
span { border-color: rgb(140,182,28); }
td.TdClassName
{
border-color: #8CB61C;
}
.TagClassName
{
border-color: #8CB61C;
}
</style>