COLOR #A2B75B

HEX: #A2B75B
RGB: (162,183,91)

Color info

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

RGB color model

#A2B75B color RGB value is (162,183,91).

  • red value is 162;
  • green value is 183;
  • blue value is 91.
RGB:
(162,183,91)
(64%,72%,36%)

RGB channels and saturation

R 162 of 255 = 64%
G 183 of 255 = 72%
B 91 of 255 = 36%

162
183
91

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

Portions of RGB colors in percentages

R + G + B =
162 + 183 + 91 = 436 (100%)
R 162 of 436 ~ 37.16%
G 183 of 436 ~ 41.97%
B 91 of 436 ~ 20.87%

%37.16
%41.97
%20.87

CMYK color model

#A2B75B color CMYK value is (11,0,50,28).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 50.27%
  • key color value is 28.24%
CMYK:
(11,0,50,28)
C11M0Y50K28 
(11%,0%,50%,28%)
(0.11/0.00/0.50/0.28)	

CMYK percentages

%11.48
%0
%50.27
%28.24

Codes

Color #A2B75B in popluar color models

A2B75B
RGB16218391
HSL74°38.98%53.73%
HSB/HSV74°50.27%71.76%
CMYK11.48%0.00%50.27%
28.24%

Color #A2B75B in popluar number systems.

HEXA2B75B
Decimal16218391
Binary10100010101101111011011
Octal242267133

Shades and tints

Shades of #A2B75B

#A2B75B
(162,183,91)
#94A753
(148,167,83)
#86974B
(134,151,75)
#788743
(120,135,67)
#6A773B
(106,119,59)
#5C6733
(92,103,51)
#4E572B
(78,87,43)
#404723
(64,71,35)
#32371B
(50,55,27)
#242713
(36,39,19)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #A2B75B

#A2B75B
(162,183,91)
#AABD69
(170,189,105)
#B2C377
(178,195,119)
#BAC985
(186,201,133)
#C2CF93
(194,207,147)
#CAD5A1
(202,213,161)
#D2DBAF
(210,219,175)
#DAE1BD
(218,225,189)
#E2E7CB
(226,231,203)
#EAEDD9
(234,237,217)
#F2F3E7
(242,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B75B color. Also use rgb(162,183,91) instead hex code.

Text Font Color

.myTextColor { color: #A2B75B; }

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

This text font color is #A2B75B.


Background Color

.myBgColor { background-color: #A2B75B; }

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

This div background color is #A2B75B.


Border color

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

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

This div border color is #A2B75B.


Opacity

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

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

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

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

This text has shadow with #A2B75B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B75B on black background.


Color preview on white background

This text has color #A2B75B on white background.



Black color preview on #A2B75B background

This text has black color on #A2B75B background.


White color preview on #A2B75B background

This text has white color on #A2B75B background.