#80B163

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

Shades of Mantis #80B163

Tints of Mantis #80B163

Color information

#80B163 (or 0x80B163) is unknown color: approx Mantis. HEX triplet: 80, B1 and 63. RGB value is (128,177,99). Sum of RGB (Red+Green+Blue) = 128+177+99=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #80B163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B163 is #7F4E9C. Grayscale: #999999. Windows color (decimal): -8343197 or 6533504. OLE color: 6533504.

HSL color Cylindrical-coordinate representation of color #80B163: hue angle of 97.69º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80B163 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB12817799-
CMYK0.2800.440.31
HSL97.69º33.33%54.12%-
HSV(B)97.69º44.07%69.41%-
XYZ26.8836.9317.52-
YUV153.4697.27109.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=31.68%
G=43.81%
B=24.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128177990.2800.440.3197.6933.3354.12
Hex80B1631C02C1F622136
Octal20026114334054371424166
Binary10000000101100011100011111000101100111111100010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,177,99); }

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

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

 a { background-color: rgb(128,177,99); }

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

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

 span { border-color: rgb(128,177,99); }

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