COLOR #A2B75E

HEX: #A2B75E RGB: (162,183,94)

Color info

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

RGB color model

#A2B75E color RGB value is (162,183,94).

RGB: (162,183,94) (64%, 72%, 37%)

RGB channels and saturation

R 162 of 255 = 64%
G 183 of 255 = 72%
B 94 of 255 = 37%

162
183
94

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

Portions of RGB colors in percentages

R + G + B = 162 + 183 + 94 = 439 (100%)
R 162 of 439 ~ 36.9%
G 183 of 439 ~ 41.69%
B 94 of 439 ~ 21.41'%

%36.9
%41.69
%21.41

CMYK color model

#A2B75E color CMYK value is (11,0,49,28).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 48.63%
  • key color value is 28.24%

CMYK: (11,0,49,28)
C11M0Y49K28 (11%, 0%, 49%, 28%)
(0.11 / 0.00 / 0.49 / 0.28)

CMYK percentages

%11.48
%0
%48.63
%28.24

Codes

Color #A2B75E in popluar color models

A2 B7 5E
RGB 162 183 94
HSL 74° 38.20% 54.31%
HSB/HSV 74° 48.63% 71.76%
CMYK 11.48% 0.00% 48.63%
28.24%

Color #A2B75E in popluar number systems.

HEX A2 B7 5E
Decimal 162 183 94
Binary 10100010 10110111 1011110
Octal 242 267 136

Shades and tints

Shades of #A2B75E

#A2B75E
(162,183,94)
#94A756
(148,167,86)
#86974E
(134,151,78)
#788746
(120,135,70)
#6A773E
(106,119,62)
#5C6736
(92,103,54)
#4E572E
(78,87,46)
#404726
(64,71,38)
#32371E
(50,55,30)
#242716
(36,39,22)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #A2B75E

#A2B75E
(162,183,94)
#AABD6C
(170,189,108)
#B2C37A
(178,195,122)
#BAC988
(186,201,136)
#C2CF96
(194,207,150)
#CAD5A4
(202,213,164)
#D2DBB2
(210,219,178)
#DAE1C0
(218,225,192)
#E2E7CE
(226,231,206)
#EAEDDC
(234,237,220)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B75E; }

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

This text font color is #A2B75E.

Background Color

.myBgColor { background-color: #A2B75E; }

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

This div background color is #A2B75E.

Border color

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

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

This div border color is #A2B75E.

Opacity

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

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

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

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

This text has shadow with #A2B75E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B75E.

Preview

Color preview on black background

This text has color #A2B75E on black background.


Color preview on white background

This text has color #A2B75E on white background.


Black color preview on #A2B75E background

This text has black color on #A2B75E background.


White color preview on #A2B75E background

This text has white color on #A2B75E background.


Related colors

Complementary color

Complementary color for #hex is #5D48A1.


I love getcolorcode.com

Triadic colors

1 #5EA2B7 and #B75EA2 with #A2B75E are triadic colors.

2 #5EB7A2 and #B7A25E with #A2B75E are triadic colors.