Shades of Limerick #88BC15
Tints of Limerick #88BC15
RGB
CMYK
RGB Variations
Color information
#88BC15 (or 0x88BC15) is known color: Limerick. HEX triplet: 88, BC and 15. RGB value is (136,188,21). Sum of RGB (Red+Green+Blue) = 136+188+21=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BC15 is #7743EA. Grayscale: #9A9A9A. Windows color (decimal): -7816171 or 1424520. OLE color: 1424520.
HSL color Cylindrical-coordinate representation of color #88BC15: hue angle of 78.68º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88BC15 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 21 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.26 |
| HSL | 78.68º | 0.8% | 0.41% | - |
| HSV(B) | 78.68º | 0.89% | 0.74% | - |
| XYZ | 28.27 | 41.25 | 7.18 | - |
| YUV | 153.41 | 53.27 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 21 | 0.28 | 0 | 0.89 | 0.26 | 78.68 | 0.8 | 0.41 |
| Hex | 88 | BC | 15 | 1C | 0 | 59 | 1A | 4F | 50 | 29 |
| Octal | 210 | 274 | 25 | 34 | 0 | 131 | 32 | 117 | 120 | 51 |
| Binary | 10001000 | 10111100 | 10101 | 11100 | 0 | 1011001 | 11010 | 1001111 | 1010000 | 101001 |
Color Harmonies of #88BC15
Complementary color
Monochromatic Colors of #88BC15
Black with #88BC15
Text Example
Text Example
White with #88BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC15; }
p { color: rgb(136,188,21); }
H1.HeaderClassName
{
color: #88BC15;
}
.AnyTagClassName
{
color: #88BC15;
}
</style>
background-color css
<style>
a { background-color: #88BC15; }
a { background-color: rgb(136,188,21); }
div.DivClassName
{
background-color: #88BC15;
}
.BgClassName
{
background-color: #88BC15;
}
</style>
border-color css
<style>
span { border-color: #88BC15; }
span { border-color: rgb(136,188,21); }
td.TdClassName
{
border-color: #88BC15;
}
.TagClassName
{
border-color: #88BC15;
}
</style>