Shades of Limerick #88BA1D
Tints of Limerick #88BA1D
RGB
CMYK
RGB Variations
Color information
#88BA1D (or 0x88BA1D) is known color: Limerick. HEX triplet: 88, BA and 1D. RGB value is (136,186,29). Sum of RGB (Red+Green+Blue) = 136+186+29=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BA1D is #7745E2. Grayscale: #999999. Windows color (decimal): -7816675 or 1948296. OLE color: 1948296.
HSL color Cylindrical-coordinate representation of color #88BA1D: hue angle of 79.11º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88BA1D is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 29 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.27 |
| HSL | 79.11º | 0.73% | 0.42% | - |
| HSV(B) | 79.11º | 0.84% | 0.73% | - |
| XYZ | 27.93 | 40.44 | 7.5 | - |
| YUV | 153.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 29 | 0.27 | 0 | 0.84 | 0.27 | 79.11 | 0.73 | 0.42 |
| Hex | 88 | BA | 1D | 1B | 0 | 54 | 1B | 4F | 49 | 2A |
| Octal | 210 | 272 | 35 | 33 | 0 | 124 | 33 | 117 | 111 | 52 |
| Binary | 10001000 | 10111010 | 11101 | 11011 | 0 | 1010100 | 11011 | 1001111 | 1001001 | 101010 |
Color Harmonies of #88BA1D
Complementary color
Monochromatic Colors of #88BA1D
Black with #88BA1D
Text Example
Text Example
White with #88BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA1D; }
p { color: rgb(136,186,29); }
H1.HeaderClassName
{
color: #88BA1D;
}
.AnyTagClassName
{
color: #88BA1D;
}
</style>
background-color css
<style>
a { background-color: #88BA1D; }
a { background-color: rgb(136,186,29); }
div.DivClassName
{
background-color: #88BA1D;
}
.BgClassName
{
background-color: #88BA1D;
}
</style>
border-color css
<style>
span { border-color: #88BA1D; }
span { border-color: rgb(136,186,29); }
td.TdClassName
{
border-color: #88BA1D;
}
.TagClassName
{
border-color: #88BA1D;
}
</style>