Shades of Limerick #88A911
Tints of Limerick #88A911
RGB
CMYK
RGB Variations
Color information
#88A911 (or 0x88A911) is known color: Limerick. HEX triplet: 88, A9 and 11. RGB value is (136,169,17). Sum of RGB (Red+Green+Blue) = 136+169+17=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #88A911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A911 is #7756EE. Grayscale: #8E8E8E. Windows color (decimal): -7821039 or 1157512. OLE color: 1157512.
HSL color Cylindrical-coordinate representation of color #88A911: hue angle of 73.03º 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 #88A911 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 169 | 17 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.34 |
| HSL | 73.03º | 0.82% | 0.36% | - |
| HSV(B) | 73.03º | 0.9% | 0.66% | - |
| XYZ | 24.44 | 33.65 | 5.74 | - |
| YUV | 141.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 169 | 17 | 0.20 | 0 | 0.90 | 0.34 | 73.03 | 0.82 | 0.36 |
| Hex | 88 | A9 | 11 | 14 | 0 | 5A | 22 | 49 | 52 | 24 |
| Octal | 210 | 251 | 21 | 24 | 0 | 132 | 42 | 111 | 122 | 44 |
| Binary | 10001000 | 10101001 | 10001 | 10100 | 0 | 1011010 | 100010 | 1001001 | 1010010 | 100100 |
Color Harmonies of #88A911
Complementary color
Monochromatic Colors of #88A911
Black with #88A911
Text Example
Text Example
White with #88A911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A911; }
p { color: rgb(136,169,17); }
H1.HeaderClassName
{
color: #88A911;
}
.AnyTagClassName
{
color: #88A911;
}
</style>
background-color css
<style>
a { background-color: #88A911; }
a { background-color: rgb(136,169,17); }
div.DivClassName
{
background-color: #88A911;
}
.BgClassName
{
background-color: #88A911;
}
</style>
border-color css
<style>
span { border-color: #88A911; }
span { border-color: rgb(136,169,17); }
td.TdClassName
{
border-color: #88A911;
}
.TagClassName
{
border-color: #88A911;
}
</style>