Shades of Limerick #88A811
Tints of Limerick #88A811
RGB
CMYK
RGB Variations
Color information
#88A811 (or 0x88A811) is known color: Limerick. HEX triplet: 88, A8 and 11. RGB value is (136,168,17). Sum of RGB (Red+Green+Blue) = 136+168+17=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #88A811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A811 is #7757EE. Grayscale: #8D8D8D. Windows color (decimal): -7821295 or 1157256. OLE color: 1157256.
HSL color Cylindrical-coordinate representation of color #88A811: hue angle of 72.72º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88A811 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 168 | 17 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.34 |
| HSL | 72.72º | 0.82% | 0.36% | - |
| HSV(B) | 72.72º | 0.9% | 0.66% | - |
| XYZ | 24.26 | 33.28 | 5.68 | - |
| YUV | 141.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 17 | 0.19 | 0 | 0.90 | 0.34 | 72.72 | 0.82 | 0.36 |
| Hex | 88 | A8 | 11 | 13 | 0 | 5A | 22 | 49 | 52 | 24 |
| Octal | 210 | 250 | 21 | 23 | 0 | 132 | 42 | 111 | 122 | 44 |
| Binary | 10001000 | 10101000 | 10001 | 10011 | 0 | 1011010 | 100010 | 1001001 | 1010010 | 100100 |
Color Harmonies of #88A811
Complementary color
Monochromatic Colors of #88A811
Black with #88A811
Text Example
Text Example
White with #88A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A811; }
p { color: rgb(136,168,17); }
H1.HeaderClassName
{
color: #88A811;
}
.AnyTagClassName
{
color: #88A811;
}
</style>
background-color css
<style>
a { background-color: #88A811; }
a { background-color: rgb(136,168,17); }
div.DivClassName
{
background-color: #88A811;
}
.BgClassName
{
background-color: #88A811;
}
</style>
border-color css
<style>
span { border-color: #88A811; }
span { border-color: rgb(136,168,17); }
td.TdClassName
{
border-color: #88A811;
}
.TagClassName
{
border-color: #88A811;
}
</style>