COLOR #82AB58

HEX: #82AB58 RGB: (130,171,88)

Color info

#82AB58 contains mainly red and green colors. Web safe color of #82AB58 is #999966 (or #996).

RGB color model

#82AB58 color RGB value is (130,171,88).

RGB: (130,171,88) (51%, 67%, 35%)

RGB channels and saturation

R 130 of 255 = 51%
G 171 of 255 = 67%
B 88 of 255 = 35%

130
171
88

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

Portions of RGB colors in percentages

R + G + B = 130 + 171 + 88 = 389 (100%)
R 130 of 389 ~ 33.42%
G 171 of 389 ~ 43.96%
B 88 of 389 ~ 22.62'%

%33.42
%43.96
%22.62

CMYK color model

#82AB58 color CMYK value is (24,0,49,33).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 48.54%
  • key color value is 32.94%

CMYK: (24,0,49,33)
C24M0Y49K33 (24%, 0%, 49%, 33%)
(0.24 / 0.00 / 0.49 / 0.33)

CMYK percentages

%23.98
%0
%48.54
%32.94

Codes

Color #82AB58 in popluar color models

82 AB 58
RGB 130 171 88
HSL 90° 33.07% 50.78%
HSB/HSV 90° 48.54% 67.06%
CMYK 23.98% 0.00% 48.54%
32.94%

Color #82AB58 in popluar number systems.

HEX 82 AB 58
Decimal 130 171 88
Binary 10000010 10101011 1011000
Octal 202 253 130

Shades and tints

Shades of #82AB58

#82AB58
(130,171,88)
#779C50
(119,156,80)
#6C8D48
(108,141,72)
#617E40
(97,126,64)
#566F38
(86,111,56)
#4B6030
(75,96,48)
#405128
(64,81,40)
#354220
(53,66,32)
#2A3318
(42,51,24)
#1F2410
(31,36,16)
#141508
(20,21,8)
#000000
(0,0,0)

Tints of #82AB58

#82AB58
(130,171,88)
#8DB267
(141,178,103)
#98B976
(152,185,118)
#A3C085
(163,192,133)
#AEC794
(174,199,148)
#B9CEA3
(185,206,163)
#C4D5B2
(196,213,178)
#CFDCC1
(207,220,193)
#DAE3D0
(218,227,208)
#E5EADF
(229,234,223)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AB58 color. Also use rgb(130,171,88) instead hex code.

Text Font Color

.myTextColor { color: #82AB58; }

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

This text font color is #82AB58.

Background Color

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

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

This div background color is #82AB58.

Border color

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

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

This div border color is #82AB58.

Opacity

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

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

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

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

This text has shadow with #82AB58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AB58.

Preview

Color preview on black background

This text has color #82AB58 on black background.


Color preview on white background

This text has color #82AB58 on white background.


Black color preview on #82AB58 background

This text has black color on #82AB58 background.


White color preview on #82AB58 background

This text has white color on #82AB58 background.


Related colors

Complementary color

Complementary color for #hex is #7D54A7.


I love getcolorcode.com

Triadic colors

1 #5882AB and #AB5882 with #82AB58 are triadic colors.

2 #58AB82 and #AB8258 with #82AB58 are triadic colors.