Shades of Limerick #8CB839
Tints of Limerick #8CB839
RGB
CMYK
RGB Variations
Color information
#8CB839 (or 0x8CB839) is known color: Limerick. HEX triplet: 8C, B8 and 39. RGB value is (140,184,57). Sum of RGB (Red+Green+Blue) = 140+184+57=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB839 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB839 is #7347C6. Grayscale: #9C9C9C. Windows color (decimal): -7555015 or 3782796. OLE color: 3782796.
HSL color Cylindrical-coordinate representation of color #8CB839: hue angle of 80.79º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CB839 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 57 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.28 |
| HSL | 80.79º | 0.53% | 0.47% | - |
| HSV(B) | 80.79º | 0.69% | 0.72% | - |
| XYZ | 28.69 | 40.15 | 10.11 | - |
| YUV | 156.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 57 | 0.24 | 0 | 0.69 | 0.28 | 80.79 | 0.53 | 0.47 |
| Hex | 8C | B8 | 39 | 18 | 0 | 45 | 1C | 51 | 35 | 2F |
| Octal | 214 | 270 | 71 | 30 | 0 | 105 | 34 | 121 | 65 | 57 |
| Binary | 10001100 | 10111000 | 111001 | 11000 | 0 | 1000101 | 11100 | 1010001 | 110101 | 101111 |
Color Harmonies of #8CB839
Complementary color
Monochromatic Colors of #8CB839
Black with #8CB839
Text Example
Text Example
White with #8CB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB839; }
p { color: rgb(140,184,57); }
H1.HeaderClassName
{
color: #8CB839;
}
.AnyTagClassName
{
color: #8CB839;
}
</style>
background-color css
<style>
a { background-color: #8CB839; }
a { background-color: rgb(140,184,57); }
div.DivClassName
{
background-color: #8CB839;
}
.BgClassName
{
background-color: #8CB839;
}
</style>
border-color css
<style>
span { border-color: #8CB839; }
span { border-color: rgb(140,184,57); }
td.TdClassName
{
border-color: #8CB839;
}
.TagClassName
{
border-color: #8CB839;
}
</style>