Shades of Limerick #8CB918
Tints of Limerick #8CB918
RGB
CMYK
RGB Variations
Color information
#8CB918 (or 0x8CB918) is known color: Limerick. HEX triplet: 8C, B9 and 18. RGB value is (140,185,24). Sum of RGB (Red+Green+Blue) = 140+185+24=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB918 is #7346E7. Grayscale: #999999. Windows color (decimal): -7554792 or 1620364. OLE color: 1620364.
HSL color Cylindrical-coordinate representation of color #8CB918: hue angle of 76.77º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CB918 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 24 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.27 |
| HSL | 76.77º | 0.77% | 0.41% | - |
| HSV(B) | 76.77º | 0.87% | 0.73% | - |
| XYZ | 28.33 | 40.34 | 7.16 | - |
| YUV | 153.19 | 55.09 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 24 | 0.24 | 0 | 0.87 | 0.27 | 76.77 | 0.77 | 0.41 |
| Hex | 8C | B9 | 18 | 18 | 0 | 57 | 1B | 4D | 4D | 29 |
| Octal | 214 | 271 | 30 | 30 | 0 | 127 | 33 | 115 | 115 | 51 |
| Binary | 10001100 | 10111001 | 11000 | 11000 | 0 | 1010111 | 11011 | 1001101 | 1001101 | 101001 |
Color Harmonies of #8CB918
Complementary color
Monochromatic Colors of #8CB918
Black with #8CB918
Text Example
Text Example
White with #8CB918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB918; }
p { color: rgb(140,185,24); }
H1.HeaderClassName
{
color: #8CB918;
}
.AnyTagClassName
{
color: #8CB918;
}
</style>
background-color css
<style>
a { background-color: #8CB918; }
a { background-color: rgb(140,185,24); }
div.DivClassName
{
background-color: #8CB918;
}
.BgClassName
{
background-color: #8CB918;
}
</style>
border-color css
<style>
span { border-color: #8CB918; }
span { border-color: rgb(140,185,24); }
td.TdClassName
{
border-color: #8CB918;
}
.TagClassName
{
border-color: #8CB918;
}
</style>