COLOR #82BA44

HEX: #82BA44 RGB: (130,186,68)

Color info

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

RGB color model

#82BA44 color RGB value is (130,186,68).

RGB: (130,186,68) (51%, 73%, 27%)

RGB channels and saturation

R 130 of 255 = 51%
G 186 of 255 = 73%
B 68 of 255 = 27%

130
186
68

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

Portions of RGB colors in percentages

R + G + B = 130 + 186 + 68 = 384 (100%)
R 130 of 384 ~ 33.85%
G 186 of 384 ~ 48.44%
B 68 of 384 ~ 17.71'%

%33.85
%48.44
%17.71

CMYK color model

#82BA44 color CMYK value is (30,0,63,27).

  • cyan value is 30.11%
  • magenta value is 0.00%
  • yellow value is 63.44%
  • key color value is 27.06%

CMYK: (30,0,63,27)
C30M0Y63K27 (30%, 0%, 63%, 27%)
(0.30 / 0.00 / 0.63 / 0.27)

CMYK percentages

%30.11
%0
%63.44
%27.06

Codes

Color #82BA44 in popluar color models

82 BA 44
RGB 130 186 68
HSL 88° 46.46% 49.80%
HSB/HSV 88° 63.44% 72.94%
CMYK 30.11% 0.00% 63.44%
27.06%

Color #82BA44 in popluar number systems.

HEX 82 BA 44
Decimal 130 186 68
Binary 10000010 10111010 1000100
Octal 202 272 104

Shades and tints

Shades of #82BA44

#82BA44
(130,186,68)
#77AA3E
(119,170,62)
#6C9A38
(108,154,56)
#618A32
(97,138,50)
#567A2C
(86,122,44)
#4B6A26
(75,106,38)
#405A20
(64,90,32)
#354A1A
(53,74,26)
#2A3A14
(42,58,20)
#1F2A0E
(31,42,14)
#141A08
(20,26,8)
#000000
(0,0,0)

Tints of #82BA44

#82BA44
(130,186,68)
#8DC055
(141,192,85)
#98C666
(152,198,102)
#A3CC77
(163,204,119)
#AED288
(174,210,136)
#B9D899
(185,216,153)
#C4DEAA
(196,222,170)
#CFE4BB
(207,228,187)
#DAEACC
(218,234,204)
#E5F0DD
(229,240,221)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BA44; }

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

This text font color is #82BA44.

Background Color

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

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

This div background color is #82BA44.

Border color

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

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

This div border color is #82BA44.

Opacity

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

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

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

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

This text has shadow with #82BA44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BA44.

Preview

Color preview on black background

This text has color #82BA44 on black background.


Color preview on white background

This text has color #82BA44 on white background.


Black color preview on #82BA44 background

This text has black color on #82BA44 background.


White color preview on #82BA44 background

This text has white color on #82BA44 background.


Related colors

Complementary color

Complementary color for #hex is #7D45BB.


I love getcolorcode.com

Triadic colors

1 #4482BA and #BA4482 with #82BA44 are triadic colors.

2 #44BA82 and #BA8244 with #82BA44 are triadic colors.