#82B569

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

Shades of Mantis #82B569

Tints of Mantis #82B569

Color information

#82B569 (or 0x82B569) is unknown color: approx Mantis. HEX triplet: 82, B5 and 69. RGB value is (130,181,105). Sum of RGB (Red+Green+Blue) = 130+181+105=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 181 - color contains mainly: green. Hex color #82B569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B569 is #7D4A96. Grayscale: #9D9D9D. Windows color (decimal): -8211095 or 6927746. OLE color: 6927746.

HSL color Cylindrical-coordinate representation of color #82B569: hue angle of 100.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82B569 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB130181105-
CMYK0.2800.420.29
HSL100.26º33.93%56.08%-
HSV(B)100.26º41.99%70.98%-
XYZ28.2838.8119.37-
YUV157.0998.6108.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 181 (71.09% from 255) = 43.51%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=31.25%
G=43.51%
B=25.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301811050.2800.420.29100.2633.9356.08
Hex82B5691C02A1D642238
Octal20226515134052351444270
Binary10000010101101011101001111000101010111011100100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,181,105); }

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

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

 a { background-color: rgb(130,181,105); }

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

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

 span { border-color: rgb(130,181,105); }

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