#88BA70

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

Shades of Mantis #88BA70

Tints of Mantis #88BA70

Color information

#88BA70 (or 0x88BA70) is unknown color: approx Mantis. HEX triplet: 88, BA and 70. RGB value is (136,186,112). Sum of RGB (Red+Green+Blue) = 136+186+112=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BA70 is #77458F. Grayscale: #A2A2A2. Windows color (decimal): -7816592 or 7387784. OLE color: 7387784.

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

Color convert

RGB136186112-
CMYK0.2700.400.27
HSL100.54º34.91%58.43%-
HSV(B)100.54º39.78%72.94%-
XYZ30.6441.5221.73-
YUV162.6199.44109.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=31.34%
G=42.86%
B=25.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861120.2700.400.27100.5434.9158.43
Hex88BA701B0281B65233a
Octal21027216033050331454372
Binary10001000101110101110000110110101000110111100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,186,112); }

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

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

 a { background-color: rgb(136,186,112); }

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

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

 span { border-color: rgb(136,186,112); }

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