#82BB6D

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

Shades of Mantis #82BB6D

Tints of Mantis #82BB6D

Color information

#82BB6D (or 0x82BB6D) is unknown color: approx Mantis. HEX triplet: 82, BB and 6D. RGB value is (130,187,109). Sum of RGB (Red+Green+Blue) = 130+187+109=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BB6D is #7D4492. Grayscale: #A1A1A1. Windows color (decimal): -8209555 or 7191426. OLE color: 7191426.

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

Color convert

RGB130187109-
CMYK0.3000.420.27
HSL103.85º36.45%58.04%-
HSV(B)103.85º41.71%73.33%-
XYZ29.7441.3920.89-
YUV161.0698.62105.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 187 (73.44% from 255) = 43.90%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=30.52%
G=43.90%
B=25.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871090.3000.420.27103.8536.4558.04
Hex82BB6D1E02A1B68243a
Octal20227315536052331504472
Binary10000010101110111101101111100101010110111101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,187,109); }

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

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

 a { background-color: rgb(130,187,109); }

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

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

 span { border-color: rgb(130,187,109); }

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