#88BE12

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

Shades of Lima #88BE12

Tints of Lima #88BE12

Color information

#88BE12 (or 0x88BE12) is unknown color: approx Lima. HEX triplet: 88, BE and 12. RGB value is (136,190,18). Sum of RGB (Red+Green+Blue) = 136+190+18=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BE12 is #7741ED. Grayscale: #9A9A9A. Windows color (decimal): -7815662 or 1228424. OLE color: 1228424.

HSL color Cylindrical-coordinate representation of color #88BE12: hue angle of 78.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88BE12 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB13619018-
CMYK0.2800.910.25
HSL78.84º82.69%40.78%-
HSV(B)78.84º90.53%74.51%-
XYZ28.6842.17.19-
YUV154.2551.11114.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 190 (74.61% from 255) = 55.23%
BLUE value IS 18 (7.42% from 255) = 5.23%
R=39.53%
G=55.23%
B=5.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136190180.2800.910.2578.8482.6940.78
Hex88BE121C05B194f5329
Octal210276223401333111712351
Binary10001000101111101001011100010110111100110011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,190,18); }

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

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

 a { background-color: rgb(136,190,18); }

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

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

 span { border-color: rgb(136,190,18); }

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