Html Css Color HEX #82B96D Mantis

📋 copy color: '#82B96D'

red 130 ◦ green 185 ◦ blue 109

#82B96D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #82B96D

Tints of Mantis #82B96D

RGB

 RED value IS 130 (51.17% from 255) = 30.66%

 GREEN value IS 185 (72.66% from 255) = 43.63%

 BLUE value IS 109 (42.97% from 255) = 25.71%

R = 30.66%
G = 43.63%
B = 25.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#82B96D (or 0x82B96D) is known color: Mantis. HEX triplet: 82, B9 and 6D. RGB value is (130,185,109). Sum of RGB (Red+Green+Blue) = 130+185+109=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #82B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B96D is #7D4692. Grayscale: #A0A0A0. Windows color (decimal): -8210067 or 7190914. OLE color: 7190914.

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

Color convert

RGB 130 185 109 -
CMYK 0.30 0 0.41 0.27
HSL 103.42º 0.35% 0.58% -
HSV(B) 103.42º 0.41% 0.73% -
XYZ 29.32 40.55 20.75 -
YUV 159.89 99.28 106.68 -
System Red Green Blue C M Y K H S L
Decimal 130 185 109 0.30 0 0.41 0.27 103.42 0.35 0.58
Hex 82 B9 6D 1E 0 29 1B 67 23 3A
Octal 202 271 155 36 0 51 33 147 43 72
Binary 10000010 10111001 1101101 11110 0 101001 11011 1100111 100011 111010

Color Harmonies of #82B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B96D

Black with #82B96D

Text Example


Text Example

White with #82B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82B96D;
 }
 .AnyTagClassName
 {
   color: #82B96D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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