Shades of Limerick #88BA13
Tints of Limerick #88BA13
RGB
CMYK
RGB Variations
Color information
#88BA13 (or 0x88BA13) is known color: Limerick. HEX triplet: 88, BA and 13. RGB value is (136,186,19). Sum of RGB (Red+Green+Blue) = 136+186+19=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BA13 is #7745EC. Grayscale: #989898. Windows color (decimal): -7816685 or 1292936. OLE color: 1292936.
HSL color Cylindrical-coordinate representation of color #88BA13: hue angle of 77.96º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88BA13 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 19 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.27 |
| HSL | 77.96º | 0.81% | 0.4% | - |
| HSV(B) | 77.96º | 0.9% | 0.73% | - |
| XYZ | 27.83 | 40.4 | 6.95 | - |
| YUV | 152.01 | 52.94 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 19 | 0.27 | 0 | 0.90 | 0.27 | 77.96 | 0.81 | 0.4 |
| Hex | 88 | BA | 13 | 1B | 0 | 5A | 1B | 4E | 51 | 28 |
| Octal | 210 | 272 | 23 | 33 | 0 | 132 | 33 | 116 | 121 | 50 |
| Binary | 10001000 | 10111010 | 10011 | 11011 | 0 | 1011010 | 11011 | 1001110 | 1010001 | 101000 |
Color Harmonies of #88BA13
Complementary color
Monochromatic Colors of #88BA13
Black with #88BA13
Text Example
Text Example
White with #88BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA13; }
p { color: rgb(136,186,19); }
H1.HeaderClassName
{
color: #88BA13;
}
.AnyTagClassName
{
color: #88BA13;
}
</style>
background-color css
<style>
a { background-color: #88BA13; }
a { background-color: rgb(136,186,19); }
div.DivClassName
{
background-color: #88BA13;
}
.BgClassName
{
background-color: #88BA13;
}
</style>
border-color css
<style>
span { border-color: #88BA13; }
span { border-color: rgb(136,186,19); }
td.TdClassName
{
border-color: #88BA13;
}
.TagClassName
{
border-color: #88BA13;
}
</style>