COLOR #82B06A

HEX: #82B06A RGB: (130,176,106)

Color info

#82B06A contains mainly red and green colors. Web safe color of #82B06A is #999966 (or #996).

RGB color model

#82B06A color RGB value is (130,176,106).

RGB: (130,176,106) (51%, 69%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 106 of 255 = 42%

130
176
106

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

Portions of RGB colors in percentages

R + G + B = 130 + 176 + 106 = 412 (100%)
R 130 of 412 ~ 31.55%
G 176 of 412 ~ 42.72%
B 106 of 412 ~ 25.73'%

%31.55
%42.72
%25.73

CMYK color model

#82B06A color CMYK value is (26,0,40,31).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 30.98%

CMYK: (26,0,40,31)
C26M0Y40K31 (26%, 0%, 40%, 31%)
(0.26 / 0.00 / 0.40 / 0.31)

CMYK percentages

%26.14
%0
%39.77
%30.98

Codes

Color #82B06A in popluar color models

82 B0 6A
RGB 130 176 106
HSL 99° 30.70% 55.29%
HSB/HSV 99° 39.77% 69.02%
CMYK 26.14% 0.00% 39.77%
30.98%

Color #82B06A in popluar number systems.

HEX 82 B0 6A
Decimal 130 176 106
Binary 10000010 10110000 1101010
Octal 202 260 152

Shades and tints

Shades of #82B06A

#82B06A
(130,176,106)
#77A061
(119,160,97)
#6C9058
(108,144,88)
#61804F
(97,128,79)
#567046
(86,112,70)
#4B603D
(75,96,61)
#405034
(64,80,52)
#35402B
(53,64,43)
#2A3022
(42,48,34)
#1F2019
(31,32,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #82B06A

#82B06A
(130,176,106)
#8DB777
(141,183,119)
#98BE84
(152,190,132)
#A3C591
(163,197,145)
#AECC9E
(174,204,158)
#B9D3AB
(185,211,171)
#C4DAB8
(196,218,184)
#CFE1C5
(207,225,197)
#DAE8D2
(218,232,210)
#E5EFDF
(229,239,223)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B06A; }

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

This text font color is #82B06A.

Background Color

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

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

This div background color is #82B06A.

Border color

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

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

This div border color is #82B06A.

Opacity

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

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

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

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

This text has shadow with #82B06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B06A.

Preview

Color preview on black background

This text has color #82B06A on black background.


Color preview on white background

This text has color #82B06A on white background.


Black color preview on #82B06A background

This text has black color on #82B06A background.


White color preview on #82B06A background

This text has white color on #82B06A background.


Related colors

Complementary color

Complementary color for #hex is #7D4F95.


I love getcolorcode.com

Triadic colors

1 #6A82B0 and #B06A82 with #82B06A are triadic colors.

2 #6AB082 and #B0826A with #82B06A are triadic colors.