#82BB69

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

Shades of Mantis #82BB69

Tints of Mantis #82BB69

Color information

#82BB69 (or 0x82BB69) is unknown color: approx Mantis. HEX triplet: 82, BB and 69. RGB value is (130,187,105). Sum of RGB (Red+Green+Blue) = 130+187+105=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BB69 is #7D4496. Grayscale: #A0A0A0. Windows color (decimal): -8209559 or 6929282. OLE color: 6929282.

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

Color convert

RGB130187105-
CMYK0.3000.440.27
HSL101.71º37.61%57.25%-
HSV(B)101.71º43.85%73.33%-
XYZ29.5341.3119.78-
YUV160.6196.62106.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=30.81%
G=44.31%
B=24.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871050.3000.440.27101.7137.6157.25
Hex82BB691E02C1B662639
Octal20227315136054331464671
Binary10000010101110111101001111100101100110111100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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