COLOR #82BD60

HEX: #82BD60 RGB: (130,189,96)

Color info

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

RGB color model

#82BD60 color RGB value is (130,189,96).

RGB: (130,189,96) (51%, 74%, 38%)

RGB channels and saturation

R 130 of 255 = 51%
G 189 of 255 = 74%
B 96 of 255 = 38%

130
189
96

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

Portions of RGB colors in percentages

R + G + B = 130 + 189 + 96 = 415 (100%)
R 130 of 415 ~ 31.33%
G 189 of 415 ~ 45.54%
B 96 of 415 ~ 23.13'%

%31.33
%45.54
%23.13

CMYK color model

#82BD60 color CMYK value is (31,0,49,26).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 49.21%
  • key color value is 25.88%

CMYK: (31,0,49,26)
C31M0Y49K26 (31%, 0%, 49%, 26%)
(0.31 / 0.00 / 0.49 / 0.26)

CMYK percentages

%31.22
%0
%49.21
%25.88

Codes

Color #82BD60 in popluar color models

82 BD 60
RGB 130 189 96
HSL 98° 41.33% 55.88%
HSB/HSV 98° 49.21% 74.12%
CMYK 31.22% 0.00% 49.21%
25.88%

Color #82BD60 in popluar number systems.

HEX 82 BD 60
Decimal 130 189 96
Binary 10000010 10111101 1100000
Octal 202 275 140

Shades and tints

Shades of #82BD60

#82BD60
(130,189,96)
#77AC58
(119,172,88)
#6C9B50
(108,155,80)
#618A48
(97,138,72)
#567940
(86,121,64)
#4B6838
(75,104,56)
#405730
(64,87,48)
#354628
(53,70,40)
#2A3520
(42,53,32)
#1F2418
(31,36,24)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #82BD60

#82BD60
(130,189,96)
#8DC36E
(141,195,110)
#98C97C
(152,201,124)
#A3CF8A
(163,207,138)
#AED598
(174,213,152)
#B9DBA6
(185,219,166)
#C4E1B4
(196,225,180)
#CFE7C2
(207,231,194)
#DAEDD0
(218,237,208)
#E5F3DE
(229,243,222)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BD60; }

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

This text font color is #82BD60.

Background Color

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

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

This div background color is #82BD60.

Border color

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

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

This div border color is #82BD60.

Opacity

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

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

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

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

This text has shadow with #82BD60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BD60.

Preview

Color preview on black background

This text has color #82BD60 on black background.


Color preview on white background

This text has color #82BD60 on white background.


Black color preview on #82BD60 background

This text has black color on #82BD60 background.


White color preview on #82BD60 background

This text has white color on #82BD60 background.


Related colors

Complementary color

Complementary color for #hex is #7D429F.


I love getcolorcode.com

Triadic colors

1 #6082BD and #BD6082 with #82BD60 are triadic colors.

2 #60BD82 and #BD8260 with #82BD60 are triadic colors.