Shades of Limerick #88BC33
Tints of Limerick #88BC33
RGB
CMYK
RGB Variations
Color information
#88BC33 (or 0x88BC33) is known color: Limerick. HEX triplet: 88, BC and 33. RGB value is (136,188,51). Sum of RGB (Red+Green+Blue) = 136+188+51=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BC33 is #7743CC. Grayscale: #9D9D9D. Windows color (decimal): -7816141 or 3390600. OLE color: 3390600.
HSL color Cylindrical-coordinate representation of color #88BC33: hue angle of 82.77º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88BC33 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 51 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.26 |
| HSL | 82.77º | 0.57% | 0.47% | - |
| HSV(B) | 82.77º | 0.73% | 0.74% | - |
| XYZ | 28.73 | 41.44 | 9.62 | - |
| YUV | 156.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 51 | 0.28 | 0 | 0.73 | 0.26 | 82.77 | 0.57 | 0.47 |
| Hex | 88 | BC | 33 | 1C | 0 | 49 | 1A | 53 | 39 | 2F |
| Octal | 210 | 274 | 63 | 34 | 0 | 111 | 32 | 123 | 71 | 57 |
| Binary | 10001000 | 10111100 | 110011 | 11100 | 0 | 1001001 | 11010 | 1010011 | 111001 | 101111 |
Color Harmonies of #88BC33
Complementary color
Monochromatic Colors of #88BC33
Black with #88BC33
Text Example
Text Example
White with #88BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC33; }
p { color: rgb(136,188,51); }
H1.HeaderClassName
{
color: #88BC33;
}
.AnyTagClassName
{
color: #88BC33;
}
</style>
background-color css
<style>
a { background-color: #88BC33; }
a { background-color: rgb(136,188,51); }
div.DivClassName
{
background-color: #88BC33;
}
.BgClassName
{
background-color: #88BC33;
}
</style>
border-color css
<style>
span { border-color: #88BC33; }
span { border-color: rgb(136,188,51); }
td.TdClassName
{
border-color: #88BC33;
}
.TagClassName
{
border-color: #88BC33;
}
</style>