Shades of Limerick #88BA2F
Tints of Limerick #88BA2F
RGB
CMYK
RGB Variations
Color information
#88BA2F (or 0x88BA2F) is known color: Limerick. HEX triplet: 88, BA and 2F. RGB value is (136,186,47). Sum of RGB (Red+Green+Blue) = 136+186+47=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BA2F is #7745D0. Grayscale: #9B9B9B. Windows color (decimal): -7816657 or 3127944. OLE color: 3127944.
HSL color Cylindrical-coordinate representation of color #88BA2F: hue angle of 81.58º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88BA2F is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 47 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.27 |
| HSL | 81.58º | 0.6% | 0.46% | - |
| HSV(B) | 81.58º | 0.75% | 0.73% | - |
| XYZ | 28.23 | 40.56 | 9.03 | - |
| YUV | 155.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 47 | 0.27 | 0 | 0.75 | 0.27 | 81.58 | 0.6 | 0.46 |
| Hex | 88 | BA | 2F | 1B | 0 | 4B | 1B | 52 | 3C | 2E |
| Octal | 210 | 272 | 57 | 33 | 0 | 113 | 33 | 122 | 74 | 56 |
| Binary | 10001000 | 10111010 | 101111 | 11011 | 0 | 1001011 | 11011 | 1010010 | 111100 | 101110 |
Color Harmonies of #88BA2F
Complementary color
Monochromatic Colors of #88BA2F
Black with #88BA2F
Text Example
Text Example
White with #88BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA2F; }
p { color: rgb(136,186,47); }
H1.HeaderClassName
{
color: #88BA2F;
}
.AnyTagClassName
{
color: #88BA2F;
}
</style>
background-color css
<style>
a { background-color: #88BA2F; }
a { background-color: rgb(136,186,47); }
div.DivClassName
{
background-color: #88BA2F;
}
.BgClassName
{
background-color: #88BA2F;
}
</style>
border-color css
<style>
span { border-color: #88BA2F; }
span { border-color: rgb(136,186,47); }
td.TdClassName
{
border-color: #88BA2F;
}
.TagClassName
{
border-color: #88BA2F;
}
</style>