COLOR #82BB5A

HEX: #82BB5A RGB: (130,187,90)

Color info

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

RGB color model

#82BB5A color RGB value is (130,187,90).

RGB: (130,187,90) (51%, 73%, 35%)

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 90 of 255 = 35%

130
187
90

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

Portions of RGB colors in percentages

R + G + B = 130 + 187 + 90 = 407 (100%)
R 130 of 407 ~ 31.94%
G 187 of 407 ~ 45.95%
B 90 of 407 ~ 22.11'%

%31.94
%45.95
%22.11

CMYK color model

#82BB5A color CMYK value is (30,0,52,27).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 51.87%
  • key color value is 26.67%
CMYK: (30,0,52,27) C30M0Y52K27 (30%,0%,52%,27%) (0.30/0.00/0.52/0.27) 

CMYK percentages

%30.48
%0
%51.87
%26.67

Codes

Color #82BB5A in popluar color models

82 BB 5A
RGB 130 187 90
HSL 95° 41.63% 54.31%
HSB/HSV 95° 51.87% 73.33%
CMYK 30.48% 0.00% 51.87%
26.67%

Color #82BB5A in popluar number systems.

HEX 82 BB 5A
Decimal 130 187 90
Binary 10000010 10111011 1011010
Octal 202 273 132

Shades and tints

Shades of #82BB5A

#82BB5A
(130,187,90)
#77AA52
(119,170,82)
#6C994A
(108,153,74)
#618842
(97,136,66)
#56773A
(86,119,58)
#4B6632
(75,102,50)
#40552A
(64,85,42)
#354422
(53,68,34)
#2A331A
(42,51,26)
#1F2212
(31,34,18)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #82BB5A

#82BB5A
(130,187,90)
#8DC169
(141,193,105)
#98C778
(152,199,120)
#A3CD87
(163,205,135)
#AED396
(174,211,150)
#B9D9A5
(185,217,165)
#C4DFB4
(196,223,180)
#CFE5C3
(207,229,195)
#DAEBD2
(218,235,210)
#E5F1E1
(229,241,225)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BB5A color. Also use rgb(130,187,90) instead hex code.

Text Font Color

.myTextColor { color: #82BB5A; }

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

This text font color is #82BB5A.

Background Color

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

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

This div background color is #82BB5A.

Border color

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

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

This div border color is #82BB5A.

Opacity

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

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

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

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

This text has shadow with #82BB5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BB5A.

Preview

Color preview on black background

This text has color #82BB5A on black background.


Color preview on white background

This text has color #82BB5A on white background.


Black color preview on #82BB5A background

This text has black color on #82BB5A background.


White color preview on #82BB5A background

This text has white color on #82BB5A background.


Related colors

Complementary color

Complementary color for #hex is #7D44A5.


I love getcolorcode.com

Triadic colors

1 #5A82BB and #BB5A82 with #82BB5A are triadic colors.

2 #5ABB82 and #BB825A with #82BB5A are triadic colors.