Shades of Limerick #88AD32
Tints of Limerick #88AD32
RGB
CMYK
RGB Variations
Color information
#88AD32 (or 0x88AD32) is known color: Limerick. HEX triplet: 88, AD and 32. RGB value is (136,173,50). Sum of RGB (Red+Green+Blue) = 136+173+50=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AD32 is #7752CD. Grayscale: #949494. Windows color (decimal): -7819982 or 3321224. OLE color: 3321224.
HSL color Cylindrical-coordinate representation of color #88AD32: hue angle of 78.05º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88AD32 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 50 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.32 |
| HSL | 78.05º | 0.55% | 0.44% | - |
| HSV(B) | 78.05º | 0.71% | 0.68% | - |
| XYZ | 25.67 | 35.35 | 8.49 | - |
| YUV | 147.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 50 | 0.21 | 0 | 0.71 | 0.32 | 78.05 | 0.55 | 0.44 |
| Hex | 88 | AD | 32 | 15 | 0 | 47 | 20 | 4E | 37 | 2C |
| Octal | 210 | 255 | 62 | 25 | 0 | 107 | 40 | 116 | 67 | 54 |
| Binary | 10001000 | 10101101 | 110010 | 10101 | 0 | 1000111 | 100000 | 1001110 | 110111 | 101100 |
Color Harmonies of #88AD32
Complementary color
Monochromatic Colors of #88AD32
Black with #88AD32
Text Example
Text Example
White with #88AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD32; }
p { color: rgb(136,173,50); }
H1.HeaderClassName
{
color: #88AD32;
}
.AnyTagClassName
{
color: #88AD32;
}
</style>
background-color css
<style>
a { background-color: #88AD32; }
a { background-color: rgb(136,173,50); }
div.DivClassName
{
background-color: #88AD32;
}
.BgClassName
{
background-color: #88AD32;
}
</style>
border-color css
<style>
span { border-color: #88AD32; }
span { border-color: rgb(136,173,50); }
td.TdClassName
{
border-color: #88AD32;
}
.TagClassName
{
border-color: #88AD32;
}
</style>