Shades of Limerick #88B012
Tints of Limerick #88B012
RGB
CMYK
RGB Variations
Color information
#88B012 (or 0x88B012) is known color: Limerick. HEX triplet: 88, B0 and 12. RGB value is (136,176,18). Sum of RGB (Red+Green+Blue) = 136+176+18=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #88B012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88B012 is #774FED. Grayscale: #929292. Windows color (decimal): -7819246 or 1224840. OLE color: 1224840.
HSL color Cylindrical-coordinate representation of color #88B012: hue angle of 75.19º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88B012 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 176 | 18 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.31 |
| HSL | 75.19º | 0.81% | 0.38% | - |
| HSV(B) | 75.19º | 0.9% | 0.69% | - |
| XYZ | 25.79 | 36.33 | 6.23 | - |
| YUV | 146.03 | 55.75 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 18 | 0.23 | 0 | 0.90 | 0.31 | 75.19 | 0.81 | 0.38 |
| Hex | 88 | B0 | 12 | 17 | 0 | 5A | 1F | 4B | 51 | 26 |
| Octal | 210 | 260 | 22 | 27 | 0 | 132 | 37 | 113 | 121 | 46 |
| Binary | 10001000 | 10110000 | 10010 | 10111 | 0 | 1011010 | 11111 | 1001011 | 1010001 | 100110 |
Color Harmonies of #88B012
Complementary color
Monochromatic Colors of #88B012
Black with #88B012
Text Example
Text Example
White with #88B012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B012; }
p { color: rgb(136,176,18); }
H1.HeaderClassName
{
color: #88B012;
}
.AnyTagClassName
{
color: #88B012;
}
</style>
background-color css
<style>
a { background-color: #88B012; }
a { background-color: rgb(136,176,18); }
div.DivClassName
{
background-color: #88B012;
}
.BgClassName
{
background-color: #88B012;
}
</style>
border-color css
<style>
span { border-color: #88B012; }
span { border-color: rgb(136,176,18); }
td.TdClassName
{
border-color: #88B012;
}
.TagClassName
{
border-color: #88B012;
}
</style>