Shades of Limerick #88BA16
Tints of Limerick #88BA16
RGB
CMYK
RGB Variations
Color information
#88BA16 (or 0x88BA16) is known color: Limerick. HEX triplet: 88, BA and 16. RGB value is (136,186,22). Sum of RGB (Red+Green+Blue) = 136+186+22=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BA16 is #7745E9. Grayscale: #989898. Windows color (decimal): -7816682 or 1489544. OLE color: 1489544.
HSL color Cylindrical-coordinate representation of color #88BA16: hue angle of 78.29º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88BA16 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 22 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.27 |
| HSL | 78.29º | 0.79% | 0.41% | - |
| HSV(B) | 78.29º | 0.88% | 0.73% | - |
| XYZ | 27.86 | 40.41 | 7.09 | - |
| YUV | 152.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 22 | 0.27 | 0 | 0.88 | 0.27 | 78.29 | 0.79 | 0.41 |
| Hex | 88 | BA | 16 | 1B | 0 | 58 | 1B | 4E | 4F | 29 |
| Octal | 210 | 272 | 26 | 33 | 0 | 130 | 33 | 116 | 117 | 51 |
| Binary | 10001000 | 10111010 | 10110 | 11011 | 0 | 1011000 | 11011 | 1001110 | 1001111 | 101001 |
Color Harmonies of #88BA16
Complementary color
Monochromatic Colors of #88BA16
Black with #88BA16
Text Example
Text Example
White with #88BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA16; }
p { color: rgb(136,186,22); }
H1.HeaderClassName
{
color: #88BA16;
}
.AnyTagClassName
{
color: #88BA16;
}
</style>
background-color css
<style>
a { background-color: #88BA16; }
a { background-color: rgb(136,186,22); }
div.DivClassName
{
background-color: #88BA16;
}
.BgClassName
{
background-color: #88BA16;
}
</style>
border-color css
<style>
span { border-color: #88BA16; }
span { border-color: rgb(136,186,22); }
td.TdClassName
{
border-color: #88BA16;
}
.TagClassName
{
border-color: #88BA16;
}
</style>