Shades of Limerick #88B518
Tints of Limerick #88B518
RGB
CMYK
RGB Variations
Color information
#88B518 (or 0x88B518) is known color: Limerick. HEX triplet: 88, B5 and 18. RGB value is (136,181,24). Sum of RGB (Red+Green+Blue) = 136+181+24=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #88B518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B518 is #774AE7. Grayscale: #969696. Windows color (decimal): -7817960 or 1619336. OLE color: 1619336.
HSL color Cylindrical-coordinate representation of color #88B518: hue angle of 77.2º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88B518 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 181 | 24 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.29 |
| HSL | 77.2º | 0.77% | 0.4% | - |
| HSV(B) | 77.2º | 0.87% | 0.71% | - |
| XYZ | 26.84 | 38.35 | 6.85 | - |
| YUV | 149.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 181 | 24 | 0.25 | 0 | 0.87 | 0.29 | 77.2 | 0.77 | 0.4 |
| Hex | 88 | B5 | 18 | 19 | 0 | 57 | 1D | 4D | 4D | 28 |
| Octal | 210 | 265 | 30 | 31 | 0 | 127 | 35 | 115 | 115 | 50 |
| Binary | 10001000 | 10110101 | 11000 | 11001 | 0 | 1010111 | 11101 | 1001101 | 1001101 | 101000 |
Color Harmonies of #88B518
Complementary color
Monochromatic Colors of #88B518
Black with #88B518
Text Example
Text Example
White with #88B518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B518; }
p { color: rgb(136,181,24); }
H1.HeaderClassName
{
color: #88B518;
}
.AnyTagClassName
{
color: #88B518;
}
</style>
background-color css
<style>
a { background-color: #88B518; }
a { background-color: rgb(136,181,24); }
div.DivClassName
{
background-color: #88B518;
}
.BgClassName
{
background-color: #88B518;
}
</style>
border-color css
<style>
span { border-color: #88B518; }
span { border-color: rgb(136,181,24); }
td.TdClassName
{
border-color: #88B518;
}
.TagClassName
{
border-color: #88B518;
}
</style>