Shades of Limerick #88BA14
Tints of Limerick #88BA14
RGB
CMYK
RGB Variations
Color information
#88BA14 (or 0x88BA14) is known color: Limerick. HEX triplet: 88, BA and 14. RGB value is (136,186,20). Sum of RGB (Red+Green+Blue) = 136+186+20=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BA14 is #7745EB. Grayscale: #989898. Windows color (decimal): -7816684 or 1358472. OLE color: 1358472.
HSL color Cylindrical-coordinate representation of color #88BA14: hue angle of 78.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88BA14 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 20 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.27 |
| HSL | 78.07º | 0.81% | 0.4% | - |
| HSV(B) | 78.07º | 0.89% | 0.73% | - |
| XYZ | 27.84 | 40.4 | 6.99 | - |
| YUV | 152.13 | 53.44 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 20 | 0.27 | 0 | 0.89 | 0.27 | 78.07 | 0.81 | 0.4 |
| Hex | 88 | BA | 14 | 1B | 0 | 59 | 1B | 4E | 51 | 28 |
| Octal | 210 | 272 | 24 | 33 | 0 | 131 | 33 | 116 | 121 | 50 |
| Binary | 10001000 | 10111010 | 10100 | 11011 | 0 | 1011001 | 11011 | 1001110 | 1010001 | 101000 |
Color Harmonies of #88BA14
Complementary color
Monochromatic Colors of #88BA14
Black with #88BA14
Text Example
Text Example
White with #88BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA14; }
p { color: rgb(136,186,20); }
H1.HeaderClassName
{
color: #88BA14;
}
.AnyTagClassName
{
color: #88BA14;
}
</style>
background-color css
<style>
a { background-color: #88BA14; }
a { background-color: rgb(136,186,20); }
div.DivClassName
{
background-color: #88BA14;
}
.BgClassName
{
background-color: #88BA14;
}
</style>
border-color css
<style>
span { border-color: #88BA14; }
span { border-color: rgb(136,186,20); }
td.TdClassName
{
border-color: #88BA14;
}
.TagClassName
{
border-color: #88BA14;
}
</style>