#88bb11

Color #88BB11 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #88BB11

Tints of Lima #88BB11

Color information

#88BB11 (or 0x88BB11) is unknown color: approx Lima. HEX triplet: 88, BB and 11. RGB value is (136,187,17). Sum of RGB (Red+Green+Blue) = 136+187+17=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #88BB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BB11 is #7744EE. Grayscale: #999999. Windows color (decimal): -7816431 or 1162120. OLE color: 1162120.

HSL color Cylindrical-coordinate representation of color #88BB11: hue angle of 78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88BB11 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB13618717-
CMYK0.2700.910.27
HSL78º83.33%40%-
HSV(B)78º90.91%73.33%-
XYZ28.0240.826.93-
YUV152.3751.6116.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 187 (73.44% from 255) = 55%
BLUE value IS 17 (7.03% from 255) = 5%
R=40%
G=55%
B=5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136187170.2700.910.277883.3340
Hex88BB111B05B1B4e5328
Octal210273213301333311612350
Binary10001000101110111000111011010110111101110011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88bb11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88bb11; }

 p { color: rgb(136,187,17); }

 H1.HeaderClassName
 {
   color: #88bb11;
 }
 .AnyTagClassName
 {
   color: #88bb11;
 }
</style>
background-color css

<style>
 a { background-color: #88bb11; }

 a { background-color: rgb(136,187,17); }

 div.DivClassName
 {
   background-color: #88bb11;
 }
 .BgClassName
 {
   background-color: #88bb11;
 }
</style>
border-color css

<style>
 span { border-color: #88bb11; }

 span { border-color: rgb(136,187,17); }

 td.TdClassName
 {
   border-color: #88bb11;
 }
 .TagClassName
 {
   border-color: #88bb11;
 }
</style>