#82BA5E

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

Shades of Mantis #82BA5E

Tints of Mantis #82BA5E

Color information

#82BA5E (or 0x82BA5E) is unknown color: approx Mantis. HEX triplet: 82, BA and 5E. RGB value is (130,186,94). Sum of RGB (Red+Green+Blue) = 130+186+94=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA5E is #7D45A1. Grayscale: #9F9F9F. Windows color (decimal): -8209826 or 6208130. OLE color: 6208130.

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

Color convert

RGB13018694-
CMYK0.3000.490.27
HSL96.52º40%54.9%-
HSV(B)96.52º49.46%72.94%-
XYZ28.7940.6716.92-
YUV158.7791.45107.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=31.71%
G=45.37%
B=22.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130186940.3000.490.2796.524054.9
Hex82BA5E1E0311B612837
Octal20227213636061331415067
Binary10000010101110101011110111100110001110111100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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