Shades of Limerick #88A915
Tints of Limerick #88A915
RGB
CMYK
RGB Variations
Color information
#88A915 (or 0x88A915) is known color: Limerick. HEX triplet: 88, A9 and 15. RGB value is (136,169,21). Sum of RGB (Red+Green+Blue) = 136+169+21=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #88A915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A915 is #7756EA. Grayscale: #8E8E8E. Windows color (decimal): -7821035 or 1419656. OLE color: 1419656.
HSL color Cylindrical-coordinate representation of color #88A915: hue angle of 73.38º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88A915 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 169 | 21 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.34 |
| HSL | 73.38º | 0.78% | 0.37% | - |
| HSV(B) | 73.38º | 0.88% | 0.66% | - |
| XYZ | 24.48 | 33.66 | 5.92 | - |
| YUV | 142.26 | 59.57 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 169 | 21 | 0.20 | 0 | 0.88 | 0.34 | 73.38 | 0.78 | 0.37 |
| Hex | 88 | A9 | 15 | 14 | 0 | 58 | 22 | 49 | 4E | 25 |
| Octal | 210 | 251 | 25 | 24 | 0 | 130 | 42 | 111 | 116 | 45 |
| Binary | 10001000 | 10101001 | 10101 | 10100 | 0 | 1011000 | 100010 | 1001001 | 1001110 | 100101 |
Color Harmonies of #88A915
Complementary color
Monochromatic Colors of #88A915
Black with #88A915
Text Example
Text Example
White with #88A915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A915; }
p { color: rgb(136,169,21); }
H1.HeaderClassName
{
color: #88A915;
}
.AnyTagClassName
{
color: #88A915;
}
</style>
background-color css
<style>
a { background-color: #88A915; }
a { background-color: rgb(136,169,21); }
div.DivClassName
{
background-color: #88A915;
}
.BgClassName
{
background-color: #88A915;
}
</style>
border-color css
<style>
span { border-color: #88A915; }
span { border-color: rgb(136,169,21); }
td.TdClassName
{
border-color: #88A915;
}
.TagClassName
{
border-color: #88A915;
}
</style>