COLOR #A2BE6B

HEX: #A2BE6B
RGB: (162,190,107)

Color info

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

RGB color model

#A2BE6B color RGB value is (162,190,107).

  • red value is 162;
  • green value is 190;
  • blue value is 107.
RGB:
(162,190,107)
(64%,75%,42%)

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 107 of 255 = 42%

162
190
107

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

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 107 = 459 (100%)
R 162 of 459 ~ 35.29%
G 190 of 459 ~ 41.39%
B 107 of 459 ~ 23.31%

%35.29
%41.39
%23.31

CMYK color model

#A2BE6B color CMYK value is (15,0,44,25).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 43.68%
  • key color value is 25.49%
CMYK:
(15,0,44,25)
C15M0Y44K25 
(15%,0%,44%,25%)
(0.15/0.00/0.44/0.25)	

CMYK percentages

%14.74
%0
%43.68
%25.49

Codes

Color #A2BE6B in popluar color models

A2BE6B
RGB162190107
HSL80°38.97%58.24%
HSB/HSV80°43.68%74.51%
CMYK14.74%0.00%43.68%
25.49%

Color #A2BE6B in popluar number systems.

HEXA2BE6B
Decimal162190107
Binary10100010101111101101011
Octal242276153

Shades and tints

Shades of #A2BE6B

#A2BE6B
(162,190,107)
#94AD62
(148,173,98)
#869C59
(134,156,89)
#788B50
(120,139,80)
#6A7A47
(106,122,71)
#5C693E
(92,105,62)
#4E5835
(78,88,53)
#40472C
(64,71,44)
#323623
(50,54,35)
#24251A
(36,37,26)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2BE6B

#A2BE6B
(162,190,107)
#AAC378
(170,195,120)
#B2C885
(178,200,133)
#BACD92
(186,205,146)
#C2D29F
(194,210,159)
#CAD7AC
(202,215,172)
#D2DCB9
(210,220,185)
#DAE1C6
(218,225,198)
#E2E6D3
(226,230,211)
#EAEBE0
(234,235,224)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BE6B color. Also use rgb(162,190,107) instead hex code.

Text Font Color

.myTextColor { color: #A2BE6B; }

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

This text font color is #A2BE6B.


Background Color

.myBgColor { background-color: #A2BE6B; }

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

This div background color is #A2BE6B.


Border color

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

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

This div border color is #A2BE6B.


Opacity

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

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

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

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

This text has shadow with #A2BE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BE6B on black background.


Color preview on white background

This text has color #A2BE6B on white background.



Black color preview on #A2BE6B background

This text has black color on #A2BE6B background.


White color preview on #A2BE6B background

This text has white color on #A2BE6B background.