Shades of Limerick #88BC17
Tints of Limerick #88BC17
RGB
CMYK
RGB Variations
Color information
#88BC17 (or 0x88BC17) is known color: Limerick. HEX triplet: 88, BC and 17. RGB value is (136,188,23). Sum of RGB (Red+Green+Blue) = 136+188+23=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BC17 is #7743E8. Grayscale: #9A9A9A. Windows color (decimal): -7816169 or 1555592. OLE color: 1555592.
HSL color Cylindrical-coordinate representation of color #88BC17: hue angle of 78.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88BC17 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 23 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.26 |
| HSL | 78.91º | 0.78% | 0.41% | - |
| HSV(B) | 78.91º | 0.88% | 0.74% | - |
| XYZ | 28.29 | 41.26 | 7.28 | - |
| YUV | 153.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 23 | 0.28 | 0 | 0.88 | 0.26 | 78.91 | 0.78 | 0.41 |
| Hex | 88 | BC | 17 | 1C | 0 | 58 | 1A | 4F | 4E | 29 |
| Octal | 210 | 274 | 27 | 34 | 0 | 130 | 32 | 117 | 116 | 51 |
| Binary | 10001000 | 10111100 | 10111 | 11100 | 0 | 1011000 | 11010 | 1001111 | 1001110 | 101001 |
Color Harmonies of #88BC17
Complementary color
Monochromatic Colors of #88BC17
Black with #88BC17
Text Example
Text Example
White with #88BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC17; }
p { color: rgb(136,188,23); }
H1.HeaderClassName
{
color: #88BC17;
}
.AnyTagClassName
{
color: #88BC17;
}
</style>
background-color css
<style>
a { background-color: #88BC17; }
a { background-color: rgb(136,188,23); }
div.DivClassName
{
background-color: #88BC17;
}
.BgClassName
{
background-color: #88BC17;
}
</style>
border-color css
<style>
span { border-color: #88BC17; }
span { border-color: rgb(136,188,23); }
td.TdClassName
{
border-color: #88BC17;
}
.TagClassName
{
border-color: #88BC17;
}
</style>