COLOR #82BA5E

HEX: #82BA5E
RGB: (130,186,94)

Color info

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

RGB color model

#82BA5E color RGB value is (130,186,94).

  • red value is 130;
  • green value is 186;
  • blue value is 94.
RGB:
(130,186,94)
(51%,73%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 186 of 255 = 73%
B 94 of 255 = 37%

130
186
94

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

Portions of RGB colors in percentages

R + G + B =
130 + 186 + 94 = 410 (100%)
R 130 of 410 ~ 31.71%
G 186 of 410 ~ 45.37%
B 94 of 410 ~ 22.93%

%31.71
%45.37
%22.93

CMYK color model

#82BA5E color CMYK value is (30,0,49,27).

  • cyan value is 30.11%
  • magenta value is 0.00%
  • yellow value is 49.46%
  • key color value is 27.06%
CMYK:
(30,0,49,27)
C30M0Y49K27 
(30%,0%,49%,27%)
(0.30/0.00/0.49/0.27)	

CMYK percentages

%30.11
%0
%49.46
%27.06

Codes

Color #82BA5E in popluar color models

82BA5E
RGB13018694
HSL97°40.00%54.90%
HSB/HSV97°49.46%72.94%
CMYK30.11%0.00%49.46%
27.06%

Color #82BA5E in popluar number systems.

HEX82BA5E
Decimal13018694
Binary10000010101110101011110
Octal202272136

Shades and tints

Shades of #82BA5E

#82BA5E
(130,186,94)
#77AA56
(119,170,86)
#6C9A4E
(108,154,78)
#618A46
(97,138,70)
#567A3E
(86,122,62)
#4B6A36
(75,106,54)
#405A2E
(64,90,46)
#354A26
(53,74,38)
#2A3A1E
(42,58,30)
#1F2A16
(31,42,22)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #82BA5E

#82BA5E
(130,186,94)
#8DC06C
(141,192,108)
#98C67A
(152,198,122)
#A3CC88
(163,204,136)
#AED296
(174,210,150)
#B9D8A4
(185,216,164)
#C4DEB2
(196,222,178)
#CFE4C0
(207,228,192)
#DAEACE
(218,234,206)
#E5F0DC
(229,240,220)
#F0F6EA
(240,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BA5E color. Also use rgb(130,186,94) instead hex code.

Text Font Color

.myTextColor { color: #82BA5E; }

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

This text font color is #82BA5E.


Background Color

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

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

This div background color is #82BA5E.


Border color

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

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

This div border color is #82BA5E.


Opacity

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

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

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

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

This text has shadow with #82BA5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BA5E on black background.


Color preview on white background

This text has color #82BA5E on white background.



Black color preview on #82BA5E background

This text has black color on #82BA5E background.


White color preview on #82BA5E background

This text has white color on #82BA5E background.