COLOR #A2BC53

HEX: #A2BC53
RGB: (162,188,83)

Color info

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

RGB color model

#A2BC53 color RGB value is (162,188,83).

  • red value is 162;
  • green value is 188;
  • blue value is 83.
RGB:
(162,188,83)
(64%,74%,33%)

RGB channels and saturation

R 162 of 255 = 64%
G 188 of 255 = 74%
B 83 of 255 = 33%

162
188
83

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

Portions of RGB colors in percentages

R + G + B =
162 + 188 + 83 = 433 (100%)
R 162 of 433 ~ 37.41%
G 188 of 433 ~ 43.42%
B 83 of 433 ~ 19.17%

%37.41
%43.42
%19.17

CMYK color model

#A2BC53 color CMYK value is (14,0,56,26).

  • cyan value is 13.83%
  • magenta value is 0.00%
  • yellow value is 55.85%
  • key color value is 26.27%
CMYK:
(14,0,56,26)
C14M0Y56K26 
(14%,0%,56%,26%)
(0.14/0.00/0.56/0.26)	

CMYK percentages

%13.83
%0
%55.85
%26.27

Codes

Color #A2BC53 in popluar color models

A2BC53
RGB16218883
HSL75°43.93%53.14%
HSB/HSV75°55.85%73.73%
CMYK13.83%0.00%55.85%
26.27%

Color #A2BC53 in popluar number systems.

HEXA2BC53
Decimal16218883
Binary10100010101111001010011
Octal242274123

Shades and tints

Shades of #A2BC53

#A2BC53
(162,188,83)
#94AB4C
(148,171,76)
#869A45
(134,154,69)
#78893E
(120,137,62)
#6A7837
(106,120,55)
#5C6730
(92,103,48)
#4E5629
(78,86,41)
#404522
(64,69,34)
#32341B
(50,52,27)
#242314
(36,35,20)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #A2BC53

#A2BC53
(162,188,83)
#AAC262
(170,194,98)
#B2C871
(178,200,113)
#BACE80
(186,206,128)
#C2D48F
(194,212,143)
#CADA9E
(202,218,158)
#D2E0AD
(210,224,173)
#DAE6BC
(218,230,188)
#E2ECCB
(226,236,203)
#EAF2DA
(234,242,218)
#F2F8E9
(242,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BC53; }

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

This text font color is #A2BC53.


Background Color

.myBgColor { background-color: #A2BC53; }

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

This div background color is #A2BC53.


Border color

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

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

This div border color is #A2BC53.


Opacity

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

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

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

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

This text has shadow with #A2BC53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BC53 on black background.


Color preview on white background

This text has color #A2BC53 on white background.



Black color preview on #A2BC53 background

This text has black color on #A2BC53 background.


White color preview on #A2BC53 background

This text has white color on #A2BC53 background.