COLOR #A2BB53

HEX: #A2BB53 RGB: (162,187,83)

Color info

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

RGB color model

#A2BB53 color RGB value is (162,187,83).

RGB: (162,187,83) (64%, 73%, 33%)

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 83 of 255 = 33%

162
187
83

R + G + B ~ 57%. #A2BB53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 162 + 187 + 83 = 432 (100%)
R 162 of 432 ~ 37.5%
G 187 of 432 ~ 43.29%
B 83 of 432 ~ 19.21'%

%37.5
%43.29
%19.21

CMYK color model

#A2BB53 color CMYK value is (13,0,56,27).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 55.61%
  • key color value is 26.67%

CMYK: (13,0,56,27)
C13M0Y56K27 (13%, 0%, 56%, 27%)
(0.13 / 0.00 / 0.56 / 0.27)

CMYK percentages

%13.37
%0
%55.61
%26.67

Codes

Color #A2BB53 in popluar color models

A2 BB 53
RGB 162 187 83
HSL 74° 43.33% 52.94%
HSB/HSV 74° 55.61% 73.33%
CMYK 13.37% 0.00% 55.61%
26.67%

Color #A2BB53 in popluar number systems.

HEX A2 BB 53
Decimal 162 187 83
Binary 10100010 10111011 1010011
Octal 242 273 123

Shades and tints

Shades of #A2BB53

#A2BB53
(162,187,83)
#94AA4C
(148,170,76)
#869945
(134,153,69)
#78883E
(120,136,62)
#6A7737
(106,119,55)
#5C6630
(92,102,48)
#4E5529
(78,85,41)
#404422
(64,68,34)
#32331B
(50,51,27)
#242214
(36,34,20)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #A2BB53

#A2BB53
(162,187,83)
#AAC162
(170,193,98)
#B2C771
(178,199,113)
#BACD80
(186,205,128)
#C2D38F
(194,211,143)
#CAD99E
(202,217,158)
#D2DFAD
(210,223,173)
#DAE5BC
(218,229,188)
#E2EBCB
(226,235,203)
#EAF1DA
(234,241,218)
#F2F7E9
(242,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BB53; }

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

This text font color is #A2BB53.

Background Color

.myBgColor { background-color: #A2BB53; }

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

This div background color is #A2BB53.

Border color

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

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

This div border color is #A2BB53.

Opacity

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

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

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

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

This text has shadow with #A2BB53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BB53.

Preview

Color preview on black background

This text has color #A2BB53 on black background.


Color preview on white background

This text has color #A2BB53 on white background.


Black color preview on #A2BB53 background

This text has black color on #A2BB53 background.


White color preview on #A2BB53 background

This text has white color on #A2BB53 background.


Related colors

Complementary color

Complementary color for #hex is #5D44AC.


I love getcolorcode.com

Triadic colors

1 #53A2BB and #BB53A2 with #A2BB53 are triadic colors.

2 #53BBA2 and #BBA253 with #A2BB53 are triadic colors.