COLOR #82B91D

HEX: #82B91D RGB: (130,185,29)

Color info

#82B91D contains mainly red and green colors. Web safe color of #82B91D is #99CC33 (or #9C3).

RGB color model

#82B91D color RGB value is (130,185,29).

RGB: (130,185,29) (51%, 73%, 11%)

RGB channels and saturation

R 130 of 255 = 51%
G 185 of 255 = 73%
B 29 of 255 = 11%

130
185
29

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

Portions of RGB colors in percentages

R + G + B = 130 + 185 + 29 = 344 (100%)
R 130 of 344 ~ 37.79%
G 185 of 344 ~ 53.78%
B 29 of 344 ~ 8.43'%

%37.79
%53.78

CMYK color model

#82B91D color CMYK value is (30,0,84,27).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 84.32%
  • key color value is 27.45%
CMYK: (30,0,84,27) C30M0Y84K27 (30%,0%,84%,27%) (0.30/0.00/0.84/0.27) 

CMYK percentages

%29.73
%0
%84.32
%27.45

Codes

Color #82B91D in popluar color models

82 B9 1D
RGB 130 185 29
HSL 81° 72.90% 41.96%
HSB/HSV 81° 84.32% 72.55%
CMYK 29.73% 0.00% 84.32%
27.45%

Color #82B91D in popluar number systems.

HEX 82 B9 1D
Decimal 130 185 29
Binary 10000010 10111001 11101
Octal 202 271 35

Shades and tints

Shades of #82B91D

#82B91D
(130,185,29)
#77A91B
(119,169,27)
#6C9919
(108,153,25)
#618917
(97,137,23)
#567915
(86,121,21)
#4B6913
(75,105,19)
#405911
(64,89,17)
#35490F
(53,73,15)
#2A390D
(42,57,13)
#1F290B
(31,41,11)
#141909
(20,25,9)
#000000
(0,0,0)

Tints of #82B91D

#82B91D
(130,185,29)
#8DBF31
(141,191,49)
#98C545
(152,197,69)
#A3CB59
(163,203,89)
#AED16D
(174,209,109)
#B9D781
(185,215,129)
#C4DD95
(196,221,149)
#CFE3A9
(207,227,169)
#DAE9BD
(218,233,189)
#E5EFD1
(229,239,209)
#F0F5E5
(240,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B91D color. Also use rgb(130,185,29) instead hex code.

Text Font Color

.myTextColor { color: #82B91D; }

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

This text font color is #82B91D.

Background Color

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

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

This div background color is #82B91D.

Border color

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

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

This div border color is #82B91D.

Opacity

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

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

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

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

This text has shadow with #82B91D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B91D.

Preview

Color preview on black background

This text has color #82B91D on black background.


Color preview on white background

This text has color #82B91D on white background.


Black color preview on #82B91D background

This text has black color on #82B91D background.


White color preview on #82B91D background

This text has white color on #82B91D background.


Related colors

Complementary color

Complementary color for #hex is #7D46E2.


I love getcolorcode.com

Triadic colors

1 #1D82B9 and #B91D82 with #82B91D are triadic colors.

2 #1DB982 and #B9821D with #82B91D are triadic colors.