Shades of Limerick #8CBA39
Tints of Limerick #8CBA39
RGB
CMYK
RGB Variations
Color information
#8CBA39 (or 0x8CBA39) is known color: Limerick. HEX triplet: 8C, BA and 39. RGB value is (140,186,57). Sum of RGB (Red+Green+Blue) = 140+186+57=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA39 is #7345C6. Grayscale: #9E9E9E. Windows color (decimal): -7554503 or 3783308. OLE color: 3783308.
HSL color Cylindrical-coordinate representation of color #8CBA39: hue angle of 81.4º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CBA39 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 57 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.27 |
| HSL | 81.4º | 0.53% | 0.48% | - |
| HSV(B) | 81.4º | 0.69% | 0.73% | - |
| XYZ | 29.11 | 40.99 | 10.25 | - |
| YUV | 157.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 57 | 0.25 | 0 | 0.69 | 0.27 | 81.4 | 0.53 | 0.48 |
| Hex | 8C | BA | 39 | 19 | 0 | 45 | 1B | 51 | 35 | 30 |
| Octal | 214 | 272 | 71 | 31 | 0 | 105 | 33 | 121 | 65 | 60 |
| Binary | 10001100 | 10111010 | 111001 | 11001 | 0 | 1000101 | 11011 | 1010001 | 110101 | 110000 |
Color Harmonies of #8CBA39
Complementary color
Monochromatic Colors of #8CBA39
Black with #8CBA39
Text Example
Text Example
White with #8CBA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA39; }
p { color: rgb(140,186,57); }
H1.HeaderClassName
{
color: #8CBA39;
}
.AnyTagClassName
{
color: #8CBA39;
}
</style>
background-color css
<style>
a { background-color: #8CBA39; }
a { background-color: rgb(140,186,57); }
div.DivClassName
{
background-color: #8CBA39;
}
.BgClassName
{
background-color: #8CBA39;
}
</style>
border-color css
<style>
span { border-color: #8CBA39; }
span { border-color: rgb(140,186,57); }
td.TdClassName
{
border-color: #8CBA39;
}
.TagClassName
{
border-color: #8CBA39;
}
</style>