Shades of Limerick #8CBB14
Tints of Limerick #8CBB14
RGB
CMYK
RGB Variations
Color information
#8CBB14 (or 0x8CBB14) is known color: Limerick. HEX triplet: 8C, BB and 14. RGB value is (140,187,20). Sum of RGB (Red+Green+Blue) = 140+187+20=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBB14 is #7344EB. Grayscale: #9A9A9A. Windows color (decimal): -7554284 or 1358732. OLE color: 1358732.
HSL color Cylindrical-coordinate representation of color #8CBB14: hue angle of 76.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CBB14 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 20 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.27 |
| HSL | 76.89º | 0.81% | 0.41% | - |
| HSV(B) | 76.89º | 0.89% | 0.73% | - |
| XYZ | 28.71 | 41.17 | 7.09 | - |
| YUV | 153.91 | 52.43 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 20 | 0.25 | 0 | 0.89 | 0.27 | 76.89 | 0.81 | 0.41 |
| Hex | 8C | BB | 14 | 19 | 0 | 59 | 1B | 4D | 51 | 29 |
| Octal | 214 | 273 | 24 | 31 | 0 | 131 | 33 | 115 | 121 | 51 |
| Binary | 10001100 | 10111011 | 10100 | 11001 | 0 | 1011001 | 11011 | 1001101 | 1010001 | 101001 |
Color Harmonies of #8CBB14
Complementary color
Monochromatic Colors of #8CBB14
Black with #8CBB14
Text Example
Text Example
White with #8CBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB14; }
p { color: rgb(140,187,20); }
H1.HeaderClassName
{
color: #8CBB14;
}
.AnyTagClassName
{
color: #8CBB14;
}
</style>
background-color css
<style>
a { background-color: #8CBB14; }
a { background-color: rgb(140,187,20); }
div.DivClassName
{
background-color: #8CBB14;
}
.BgClassName
{
background-color: #8CBB14;
}
</style>
border-color css
<style>
span { border-color: #8CBB14; }
span { border-color: rgb(140,187,20); }
td.TdClassName
{
border-color: #8CBB14;
}
.TagClassName
{
border-color: #8CBB14;
}
</style>