#82B16A

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

Shades of Mantis #82B16A

Tints of Mantis #82B16A

Color information

#82B16A (or 0x82B16A) is unknown color: approx Mantis. HEX triplet: 82, B1 and 6A. RGB value is (130,177,106). Sum of RGB (Red+Green+Blue) = 130+177+106=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #82B16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B16A is #7D4E95. Grayscale: #9B9B9B. Windows color (decimal): -8212118 or 6992258. OLE color: 6992258.

HSL color Cylindrical-coordinate representation of color #82B16A: hue angle of 99.72º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82B16A is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB130177106-
CMYK0.2700.400.31
HSL99.72º31.28%55.49%-
HSV(B)99.72º40.11%69.41%-
XYZ27.5337.2319.37-
YUV154.85100.43110.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=31.48%
G=42.86%
B=25.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771060.2700.400.3199.7231.2855.49
Hex82B16A1B0281F641f37
Octal20226115233050371443767
Binary1000001010110001110101011011010100011111110010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B16A; }

 p { color: rgb(130,177,106); }

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

<style>
 a { background-color: #82B16A; }

 a { background-color: rgb(130,177,106); }

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

<style>
 span { border-color: #82B16A; }

 span { border-color: rgb(130,177,106); }

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