Shades of Limerick #8CBB15
Tints of Limerick #8CBB15
RGB
CMYK
RGB Variations
Color information
#8CBB15 (or 0x8CBB15) is known color: Limerick. HEX triplet: 8C, BB and 15. RGB value is (140,187,21). Sum of RGB (Red+Green+Blue) = 140+187+21=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBB15 is #7344EA. Grayscale: #9A9A9A. Windows color (decimal): -7554283 or 1424268. OLE color: 1424268.
HSL color Cylindrical-coordinate representation of color #8CBB15: hue angle of 76.99º degrees, saturation: 0.8, 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 #8CBB15 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 21 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.27 |
| HSL | 76.99º | 0.8% | 0.41% | - |
| HSV(B) | 76.99º | 0.89% | 0.73% | - |
| XYZ | 28.72 | 41.17 | 7.14 | - |
| YUV | 154.02 | 52.93 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 21 | 0.25 | 0 | 0.89 | 0.27 | 76.99 | 0.8 | 0.41 |
| Hex | 8C | BB | 15 | 19 | 0 | 59 | 1B | 4D | 50 | 29 |
| Octal | 214 | 273 | 25 | 31 | 0 | 131 | 33 | 115 | 120 | 51 |
| Binary | 10001100 | 10111011 | 10101 | 11001 | 0 | 1011001 | 11011 | 1001101 | 1010000 | 101001 |
Color Harmonies of #8CBB15
Complementary color
Monochromatic Colors of #8CBB15
Black with #8CBB15
Text Example
Text Example
White with #8CBB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB15; }
p { color: rgb(140,187,21); }
H1.HeaderClassName
{
color: #8CBB15;
}
.AnyTagClassName
{
color: #8CBB15;
}
</style>
background-color css
<style>
a { background-color: #8CBB15; }
a { background-color: rgb(140,187,21); }
div.DivClassName
{
background-color: #8CBB15;
}
.BgClassName
{
background-color: #8CBB15;
}
</style>
border-color css
<style>
span { border-color: #8CBB15; }
span { border-color: rgb(140,187,21); }
td.TdClassName
{
border-color: #8CBB15;
}
.TagClassName
{
border-color: #8CBB15;
}
</style>