#82B96F

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

Shades of Mantis #82B96F

Tints of Mantis #82B96F

Color information

#82B96F (or 0x82B96F) is unknown color: approx Mantis. HEX triplet: 82, B9 and 6F. RGB value is (130,185,111). Sum of RGB (Red+Green+Blue) = 130+185+111=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #82B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B96F is #7D4690. Grayscale: #A0A0A0. Windows color (decimal): -8210065 or 7321986. OLE color: 7321986.

HSL color Cylindrical-coordinate representation of color #82B96F: hue angle of 104.59º 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 #82B96F is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB130185111-
CMYK0.3000.40.27
HSL104.59º34.58%58.04%-
HSV(B)104.59º40%72.55%-
XYZ29.4240.5921.32-
YUV160.12100.28106.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=30.52%
G=43.43%
B=26.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301851110.3000.40.27104.5934.5858.04
Hex82B96F1E0281B69233a
Octal20227115736050331514372
Binary10000010101110011101111111100101000110111101001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,185,111); }

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

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

 a { background-color: rgb(130,185,111); }

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

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

 span { border-color: rgb(130,185,111); }

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