Shades of Limerick #88A935
Tints of Limerick #88A935
RGB
CMYK
RGB Variations
Color information
#88A935 (or 0x88A935) is known color: Limerick. HEX triplet: 88, A9 and 35. RGB value is (136,169,53). Sum of RGB (Red+Green+Blue) = 136+169+53=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #88A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A935 is #7756CA. Grayscale: #929292. Windows color (decimal): -7821003 or 3516808. OLE color: 3516808.
HSL color Cylindrical-coordinate representation of color #88A935: hue angle of 77.07º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88A935 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 169 | 53 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.34 |
| HSL | 77.07º | 0.52% | 0.44% | - |
| HSV(B) | 77.07º | 0.69% | 0.66% | - |
| XYZ | 24.98 | 33.87 | 8.59 | - |
| YUV | 145.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 169 | 53 | 0.20 | 0 | 0.69 | 0.34 | 77.07 | 0.52 | 0.44 |
| Hex | 88 | A9 | 35 | 14 | 0 | 45 | 22 | 4D | 34 | 2C |
| Octal | 210 | 251 | 65 | 24 | 0 | 105 | 42 | 115 | 64 | 54 |
| Binary | 10001000 | 10101001 | 110101 | 10100 | 0 | 1000101 | 100010 | 1001101 | 110100 | 101100 |
Color Harmonies of #88A935
Complementary color
Monochromatic Colors of #88A935
Black with #88A935
Text Example
Text Example
White with #88A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A935; }
p { color: rgb(136,169,53); }
H1.HeaderClassName
{
color: #88A935;
}
.AnyTagClassName
{
color: #88A935;
}
</style>
background-color css
<style>
a { background-color: #88A935; }
a { background-color: rgb(136,169,53); }
div.DivClassName
{
background-color: #88A935;
}
.BgClassName
{
background-color: #88A935;
}
</style>
border-color css
<style>
span { border-color: #88A935; }
span { border-color: rgb(136,169,53); }
td.TdClassName
{
border-color: #88A935;
}
.TagClassName
{
border-color: #88A935;
}
</style>