COLOR #82BC6A

HEX: #82BC6A RGB: (130,188,106)

Color info

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

RGB color model

#82BC6A color RGB value is (130,188,106).

RGB: (130,188,106) (51%, 74%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 188 of 255 = 74%
B 106 of 255 = 42%

130
188
106

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

Portions of RGB colors in percentages

R + G + B = 130 + 188 + 106 = 424 (100%)
R 130 of 424 ~ 30.66%
G 188 of 424 ~ 44.34%
B 106 of 424 ~ 25'%

%30.66
%44.34
%25

CMYK color model

#82BC6A color CMYK value is (31,0,44,26).

  • cyan value is 30.85%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 26.27%

CMYK: (31,0,44,26)
C31M0Y44K26 (31%, 0%, 44%, 26%)
(0.31 / 0.00 / 0.44 / 0.26)

CMYK percentages

%30.85
%0
%43.62
%26.27

Codes

Color #82BC6A in popluar color models

82 BC 6A
RGB 130 188 106
HSL 102° 37.96% 57.65%
HSB/HSV 102° 43.62% 73.73%
CMYK 30.85% 0.00% 43.62%
26.27%

Color #82BC6A in popluar number systems.

HEX 82 BC 6A
Decimal 130 188 106
Binary 10000010 10111100 1101010
Octal 202 274 152

Shades and tints

Shades of #82BC6A

#82BC6A
(130,188,106)
#77AB61
(119,171,97)
#6C9A58
(108,154,88)
#61894F
(97,137,79)
#567846
(86,120,70)
#4B673D
(75,103,61)
#405634
(64,86,52)
#35452B
(53,69,43)
#2A3422
(42,52,34)
#1F2319
(31,35,25)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #82BC6A

#82BC6A
(130,188,106)
#8DC277
(141,194,119)
#98C884
(152,200,132)
#A3CE91
(163,206,145)
#AED49E
(174,212,158)
#B9DAAB
(185,218,171)
#C4E0B8
(196,224,184)
#CFE6C5
(207,230,197)
#DAECD2
(218,236,210)
#E5F2DF
(229,242,223)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BC6A color. Also use rgb(130,188,106) instead hex code.

Text Font Color

.myTextColor { color: #82BC6A; }

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

This text font color is #82BC6A.

Background Color

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

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

This div background color is #82BC6A.

Border color

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

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

This div border color is #82BC6A.

Opacity

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

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

Text with #82BC6A 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 #82BC6A;}

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

This text has shadow with #82BC6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BC6A.

Preview

Color preview on black background

This text has color #82BC6A on black background.


Color preview on white background

This text has color #82BC6A on white background.


Black color preview on #82BC6A background

This text has black color on #82BC6A background.


White color preview on #82BC6A background

This text has white color on #82BC6A background.


Related colors

Complementary color

Complementary color for #hex is #7D4395.


I love getcolorcode.com

Triadic colors

1 #6A82BC and #BC6A82 with #82BC6A are triadic colors.

2 #6ABC82 and #BC826A with #82BC6A are triadic colors.