COLOR #82B960

HEX: #82B960 RGB: (130,185,96)

Color info

#82B960 contains mainly red and green colors. Web safe color of #82B960 is #99CC66 (or #9C6).

RGB color model

#82B960 color RGB value is (130,185,96).

RGB: (130,185,96) (51%, 73%, 38%)

RGB channels and saturation

R 130 of 255 = 51%
G 185 of 255 = 73%
B 96 of 255 = 38%

130
185
96

R + G + B ~ 54%. #82B960 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 185 + 96 = 411 (100%)
R 130 of 411 ~ 31.63%
G 185 of 411 ~ 45.01%
B 96 of 411 ~ 23.36'%

%31.63
%45.01
%23.36

CMYK color model

#82B960 color CMYK value is (30,0,48,27).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 48.11%
  • key color value is 27.45%
CMYK: (30,0,48,27) C30M0Y48K27 (30%,0%,48%,27%) (0.30/0.00/0.48/0.27) 

CMYK percentages

%29.73
%0
%48.11
%27.45

Codes

Color #82B960 in popluar color models

82 B9 60
RGB 130 185 96
HSL 97° 38.86% 55.10%
HSB/HSV 97° 48.11% 72.55%
CMYK 29.73% 0.00% 48.11%
27.45%

Color #82B960 in popluar number systems.

HEX 82 B9 60
Decimal 130 185 96
Binary 10000010 10111001 1100000
Octal 202 271 140

Shades and tints

Shades of #82B960

#82B960
(130,185,96)
#77A958
(119,169,88)
#6C9950
(108,153,80)
#618948
(97,137,72)
#567940
(86,121,64)
#4B6938
(75,105,56)
#405930
(64,89,48)
#354928
(53,73,40)
#2A3920
(42,57,32)
#1F2918
(31,41,24)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #82B960

#82B960
(130,185,96)
#8DBF6E
(141,191,110)
#98C57C
(152,197,124)
#A3CB8A
(163,203,138)
#AED198
(174,209,152)
#B9D7A6
(185,215,166)
#C4DDB4
(196,221,180)
#CFE3C2
(207,227,194)
#DAE9D0
(218,233,208)
#E5EFDE
(229,239,222)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B960 color. Also use rgb(130,185,96) instead hex code.

Text Font Color

.myTextColor { color: #82B960; }

<p style="color:#82B960">This sample text font color is #82B960.</p>

This text font color is #82B960.

Background Color

.myBgColor { background-color: #82B960; }

<div style="background-color:#82B960">Inner text</div>

This div background color is #82B960.

Border color

.myBorderColor { border: 1px solid #82B960; }

<div style="border:3px solid #82B960">Div</div>

This div border color is #82B960.

Opacity

.myOpacity80 { color: #82B960; opacity: 0.8; }

<p style="color:#82B960;opacity:0.8;">80%</p>

Text with #82B960 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #82B960;}

<p style="text-shadow: 3px 3px 1px #82B960">Text here.</p>

This text has shadow with #82B960 color.


.textShadow {text-shadow: 3px 3px 1px #82B960', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #82B960, 5px 5px 20px red">Text here.</p>

This text has shadow with #82B960 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82B960, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#82B960, Direction=45, Strength=4)">Text</p>

This text has shadow with #82B960 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82B960;
-webkit-box-shadow: 1px 1px 3px 2px #82B960;
box-shadow: 1px 1px 3px 2px #82B960;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82B960; -webkit-box-shadow: 1px 1px 3px 2px #82B960; box-shadow:1px 1px 3px 2px #82B960;">
Div content here
</div>

This div box has shadow with color #82B960.

Preview

Color preview on black background

This text has color #82B960 on black background.


Color preview on white background

This text has color #82B960 on white background.


Black color preview on #82B960 background

This text has black color on #82B960 background.


White color preview on #82B960 background

This text has white color on #82B960 background.


Related colors

Complementary color

Complementary color for #hex is #7D469F.


I love getcolorcode.com

Triadic colors

1 #6082B9 and #B96082 with #82B960 are triadic colors.

2 #60B982 and #B98260 with #82B960 are triadic colors.