#80B95B

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

Shades of Mantis #80B95B

Tints of Mantis #80B95B

Color information

#80B95B (or 0x80B95B) is unknown color: approx Mantis. HEX triplet: 80, B9 and 5B. RGB value is (128,185,91). Sum of RGB (Red+Green+Blue) = 128+185+91=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #80B95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B95B is #7F46A4. Grayscale: #9D9D9D. Windows color (decimal): -8341157 or 6011264. OLE color: 6011264.

HSL color Cylindrical-coordinate representation of color #80B95B: hue angle of 96.38º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80B95B is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB12818591-
CMYK0.3100.510.27
HSL96.38º40.17%54.12%-
HSV(B)96.38º50.81%72.55%-
XYZ28.1440.0416.14-
YUV157.2490.62107.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 185 (72.66% from 255) = 45.79%
BLUE value IS 91 (35.94% from 255) = 22.52%
R=31.68%
G=45.79%
B=22.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128185910.3100.510.2796.3840.1754.12
Hex80B95B1F0331B602836
Octal20027113337063331405066
Binary10000000101110011011011111110110011110111100000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B95B; }

 p { color: rgb(128,185,91); }

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

<style>
 a { background-color: #80B95B; }

 a { background-color: rgb(128,185,91); }

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

<style>
 span { border-color: #80B95B; }

 span { border-color: rgb(128,185,91); }

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