#88BF76

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

Shades of Mantis #88BF76

Tints of Mantis #88BF76

Color information

#88BF76 (or 0x88BF76) is unknown color: approx Mantis. HEX triplet: 88, BF and 76. RGB value is (136,191,118). Sum of RGB (Red+Green+Blue) = 136+191+118=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BF76 is #774089. Grayscale: #A6A6A6. Windows color (decimal): -7815306 or 7782280. OLE color: 7782280.

HSL color Cylindrical-coordinate representation of color #88BF76: hue angle of 105.21º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BF76 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB136191118-
CMYK0.2900.380.25
HSL105.21º36.32%60.59%-
HSV(B)105.21º38.22%74.9%-
XYZ32.0543.823.91-
YUV166.23100.78106.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=30.56%
G=42.92%
B=26.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361911180.2900.380.25105.2136.3260.59
Hex88BF761D0261969243d
Octal21027716635046311514475
Binary10001000101111111110110111010100110110011101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,191,118); }

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

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

 a { background-color: rgb(136,191,118); }

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

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

 span { border-color: rgb(136,191,118); }

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