#82BA65

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

Shades of Mantis #82BA65

Tints of Mantis #82BA65

Color information

#82BA65 (or 0x82BA65) is unknown color: approx Mantis. HEX triplet: 82, BA and 65. RGB value is (130,186,101). Sum of RGB (Red+Green+Blue) = 130+186+101=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA65 is #7D459A. Grayscale: #9F9F9F. Windows color (decimal): -8209819 or 6666882. OLE color: 6666882.

HSL color Cylindrical-coordinate representation of color #82BA65: hue angle of 99.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82BA65 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB130186101-
CMYK0.3000.460.27
HSL99.53º38.12%56.27%-
HSV(B)99.53º45.7%72.94%-
XYZ29.1140.818.65-
YUV159.5794.95106.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=31.18%
G=44.60%
B=24.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301861010.3000.460.2799.5338.1256.27
Hex82BA651E02E1B642638
Octal20227214536056331444670
Binary10000010101110101100101111100101110110111100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,101); }

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

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

 a { background-color: rgb(130,186,101); }

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

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

 span { border-color: rgb(130,186,101); }

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