Shades of Limerick #88BA24
Tints of Limerick #88BA24
RGB
CMYK
RGB Variations
Color information
#88BA24 (or 0x88BA24) is known color: Limerick. HEX triplet: 88, BA and 24. RGB value is (136,186,36). Sum of RGB (Red+Green+Blue) = 136+186+36=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BA24 is #7745DB. Grayscale: #9A9A9A. Windows color (decimal): -7816668 or 2407048. OLE color: 2407048.
HSL color Cylindrical-coordinate representation of color #88BA24: hue angle of 80º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88BA24 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 36 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.27 |
| HSL | 80º | 0.68% | 0.44% | - |
| HSV(B) | 80º | 0.81% | 0.73% | - |
| XYZ | 28.03 | 40.48 | 8.01 | - |
| YUV | 153.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 36 | 0.27 | 0 | 0.81 | 0.27 | 80 | 0.68 | 0.44 |
| Hex | 88 | BA | 24 | 1B | 0 | 51 | 1B | 50 | 44 | 2C |
| Octal | 210 | 272 | 44 | 33 | 0 | 121 | 33 | 120 | 104 | 54 |
| Binary | 10001000 | 10111010 | 100100 | 11011 | 0 | 1010001 | 11011 | 1010000 | 1000100 | 101100 |
Color Harmonies of #88BA24
Complementary color
Monochromatic Colors of #88BA24
Black with #88BA24
Text Example
Text Example
White with #88BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA24; }
p { color: rgb(136,186,36); }
H1.HeaderClassName
{
color: #88BA24;
}
.AnyTagClassName
{
color: #88BA24;
}
</style>
background-color css
<style>
a { background-color: #88BA24; }
a { background-color: rgb(136,186,36); }
div.DivClassName
{
background-color: #88BA24;
}
.BgClassName
{
background-color: #88BA24;
}
</style>
border-color css
<style>
span { border-color: #88BA24; }
span { border-color: rgb(136,186,36); }
td.TdClassName
{
border-color: #88BA24;
}
.TagClassName
{
border-color: #88BA24;
}
</style>