Shades of Lima #88BB12
Tints of Lima #88BB12
RGB
CMYK
RGB Variations
Color information
#88BB12 (or 0x88BB12) is known color: Lima. HEX triplet: 88, BB and 12. RGB value is (136,187,18). Sum of RGB (Red+Green+Blue) = 136+187+18=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #88BB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BB12 is #7744ED. Grayscale: #999999. Windows color (decimal): -7816430 or 1227656. OLE color: 1227656.
HSL color Cylindrical-coordinate representation of color #88BB12: hue angle of 78.11º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88BB12 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 187 | 18 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.27 |
| HSL | 78.11º | 0.82% | 0.4% | - |
| HSV(B) | 78.11º | 0.9% | 0.73% | - |
| XYZ | 28.03 | 40.82 | 6.97 | - |
| YUV | 152.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 18 | 0.27 | 0 | 0.90 | 0.27 | 78.11 | 0.82 | 0.4 |
| Hex | 88 | BB | 12 | 1B | 0 | 5A | 1B | 4E | 52 | 28 |
| Octal | 210 | 273 | 22 | 33 | 0 | 132 | 33 | 116 | 122 | 50 |
| Binary | 10001000 | 10111011 | 10010 | 11011 | 0 | 1011010 | 11011 | 1001110 | 1010010 | 101000 |
Color Harmonies of #88BB12
Complementary color
Monochromatic Colors of #88BB12
Black with #88BB12
Text Example
Text Example
White with #88BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BB12; }
p { color: rgb(136,187,18); }
H1.HeaderClassName
{
color: #88BB12;
}
.AnyTagClassName
{
color: #88BB12;
}
</style>
background-color css
<style>
a { background-color: #88BB12; }
a { background-color: rgb(136,187,18); }
div.DivClassName
{
background-color: #88BB12;
}
.BgClassName
{
background-color: #88BB12;
}
</style>
border-color css
<style>
span { border-color: #88BB12; }
span { border-color: rgb(136,187,18); }
td.TdClassName
{
border-color: #88BB12;
}
.TagClassName
{
border-color: #88BB12;
}
</style>