COLOR #A2BB83

HEX: #A2BB83
RGB: (162,187,131)

Color info

#A2BB83 contains red, green and blue colors in about the same proportion. Web safe color of #A2BB83 is #99CC99 (or #9C9).

RGB color model

#A2BB83 color RGB value is (162,187,131).

  • red value is 162;
  • green value is 187;
  • blue value is 131.
RGB:
(162,187,131)
(64%,73%,51%)

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 131 of 255 = 51%

162
187
131

R + G + B ~ 63%. #A2BB83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 187 + 131 = 480 (100%)
R 162 of 480 ~ 33.75%
G 187 of 480 ~ 38.96%
B 131 of 480 ~ 27.29%

%33.75
%38.96
%27.29

CMYK color model

#A2BB83 color CMYK value is (13,0,30,27).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 26.67%
CMYK:
(13,0,30,27)
C13M0Y30K27 
(13%,0%,30%,27%)
(0.13/0.00/0.30/0.27)	

CMYK percentages

%13.37
%0
%29.95
%26.67

Codes

Color #A2BB83 in popluar color models

A2BB83
RGB162187131
HSL87°29.17%62.35%
HSB/HSV87°29.95%73.33%
CMYK13.37%0.00%29.95%
26.67%

Color #A2BB83 in popluar number systems.

HEXA2BB83
Decimal162187131
Binary101000101011101110000011
Octal242273203

Shades and tints

Shades of #A2BB83

#A2BB83
(162,187,131)
#94AA78
(148,170,120)
#86996D
(134,153,109)
#788862
(120,136,98)
#6A7757
(106,119,87)
#5C664C
(92,102,76)
#4E5541
(78,85,65)
#404436
(64,68,54)
#32332B
(50,51,43)
#242220
(36,34,32)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #A2BB83

#A2BB83
(162,187,131)
#AAC18E
(170,193,142)
#B2C799
(178,199,153)
#BACDA4
(186,205,164)
#C2D3AF
(194,211,175)
#CAD9BA
(202,217,186)
#D2DFC5
(210,223,197)
#DAE5D0
(218,229,208)
#E2EBDB
(226,235,219)
#EAF1E6
(234,241,230)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BB83 color. Also use rgb(162,187,131) instead hex code.

Text Font Color

.myTextColor { color: #A2BB83; }

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

This text font color is #A2BB83.


Background Color

.myBgColor { background-color: #A2BB83; }

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

This div background color is #A2BB83.


Border color

.myBorderColor { border: 1px solid #A2BB83; }

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

This div border color is #A2BB83.


Opacity

.myOpacity80 { color: #A2BB83; opacity: 0.8; }

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

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

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

This text has shadow with #A2BB83 color.

.textShadow {text-shadow: 3px 3px 1px #A2BB83, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A2BB83;
-webkit-box-shadow: 1px 1px 3px 2px #A2BB83;
box-shadow:1px 1px 3px 2px #A2BB83;">
Div content here</div>
This div box has shadow with color #A2BB83.

Preview

Color preview on black background

This text has color #A2BB83 on black background.


Color preview on white background

This text has color #A2BB83 on white background.



Black color preview on #A2BB83 background

This text has black color on #A2BB83 background.


White color preview on #A2BB83 background

This text has white color on #A2BB83 background.