COLOR #A2B65D

HEX: #A2B65D
RGB: (162,182,93)

Color info

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

RGB color model

#A2B65D color RGB value is (162,182,93).

  • red value is 162;
  • green value is 182;
  • blue value is 93.
RGB:
(162,182,93)
(64%,71%,36%)

RGB channels and saturation

R 162 of 255 = 64%
G 182 of 255 = 71%
B 93 of 255 = 36%

162
182
93

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

Portions of RGB colors in percentages

R + G + B =
162 + 182 + 93 = 437 (100%)
R 162 of 437 ~ 37.07%
G 182 of 437 ~ 41.65%
B 93 of 437 ~ 21.28%

%37.07
%41.65
%21.28

CMYK color model

#A2B65D color CMYK value is (11,0,49,29).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 48.90%
  • key color value is 28.63%
CMYK:
(11,0,49,29)
C11M0Y49K29 
(11%,0%,49%,29%)
(0.11/0.00/0.49/0.29)	

CMYK percentages

%10.99
%0
%48.9
%28.63

Codes

Color #A2B65D in popluar color models

A2B65D
RGB16218293
HSL73°37.87%53.92%
HSB/HSV73°48.90%71.37%
CMYK10.99%0.00%48.90%
28.63%

Color #A2B65D in popluar number systems.

HEXA2B65D
Decimal16218293
Binary10100010101101101011101
Octal242266135

Shades and tints

Shades of #A2B65D

#A2B65D
(162,182,93)
#94A655
(148,166,85)
#86964D
(134,150,77)
#788645
(120,134,69)
#6A763D
(106,118,61)
#5C6635
(92,102,53)
#4E562D
(78,86,45)
#404625
(64,70,37)
#32361D
(50,54,29)
#242615
(36,38,21)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #A2B65D

#A2B65D
(162,182,93)
#AABC6B
(170,188,107)
#B2C279
(178,194,121)
#BAC887
(186,200,135)
#C2CE95
(194,206,149)
#CAD4A3
(202,212,163)
#D2DAB1
(210,218,177)
#DAE0BF
(218,224,191)
#E2E6CD
(226,230,205)
#EAECDB
(234,236,219)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B65D color. Also use rgb(162,182,93) instead hex code.

Text Font Color

.myTextColor { color: #A2B65D; }

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

This text font color is #A2B65D.


Background Color

.myBgColor { background-color: #A2B65D; }

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

This div background color is #A2B65D.


Border color

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

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

This div border color is #A2B65D.


Opacity

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

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

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

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

This text has shadow with #A2B65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B65D on black background.


Color preview on white background

This text has color #A2B65D on white background.



Black color preview on #A2B65D background

This text has black color on #A2B65D background.


White color preview on #A2B65D background

This text has white color on #A2B65D background.