COLOR #A2B25F

HEX: #A2B25F
RGB: (162,178,95)

Color info

#A2B25F contains mainly red and green colors. Web safe color of #A2B25F is #999966 (or #996).

RGB color model

#A2B25F color RGB value is (162,178,95).

  • red value is 162;
  • green value is 178;
  • blue value is 95.
RGB:
(162,178,95)
(64%,70%,37%)

RGB channels and saturation

R 162 of 255 = 64%
G 178 of 255 = 70%
B 95 of 255 = 37%

162
178
95

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

Portions of RGB colors in percentages

R + G + B =
162 + 178 + 95 = 435 (100%)
R 162 of 435 ~ 37.24%
G 178 of 435 ~ 40.92%
B 95 of 435 ~ 21.84%

%37.24
%40.92
%21.84

CMYK color model

#A2B25F color CMYK value is (9,0,47,30).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 30.20%
CMYK:
(9,0,47,30)
C9M0Y47K30 
(9%,0%,47%,30%)
(0.09/0.00/0.47/0.30)	

CMYK percentages

%8.99
%0
%46.63
%30.2

Codes

Color #A2B25F in popluar color models

A2B25F
RGB16217895
HSL72°35.02%53.53%
HSB/HSV72°46.63%69.80%
CMYK8.99%0.00%46.63%
30.20%

Color #A2B25F in popluar number systems.

HEXA2B25F
Decimal16217895
Binary10100010101100101011111
Octal242262137

Shades and tints

Shades of #A2B25F

#A2B25F
(162,178,95)
#94A257
(148,162,87)
#86924F
(134,146,79)
#788247
(120,130,71)
#6A723F
(106,114,63)
#5C6237
(92,98,55)
#4E522F
(78,82,47)
#404227
(64,66,39)
#32321F
(50,50,31)
#242217
(36,34,23)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #A2B25F

#A2B25F
(162,178,95)
#AAB96D
(170,185,109)
#B2C07B
(178,192,123)
#BAC789
(186,199,137)
#C2CE97
(194,206,151)
#CAD5A5
(202,213,165)
#D2DCB3
(210,220,179)
#DAE3C1
(218,227,193)
#E2EACF
(226,234,207)
#EAF1DD
(234,241,221)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B25F color. Also use rgb(162,178,95) instead hex code.

Text Font Color

.myTextColor { color: #A2B25F; }

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

This text font color is #A2B25F.


Background Color

.myBgColor { background-color: #A2B25F; }

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

This div background color is #A2B25F.


Border color

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

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

This div border color is #A2B25F.


Opacity

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

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

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

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

This text has shadow with #A2B25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B25F on black background.


Color preview on white background

This text has color #A2B25F on white background.



Black color preview on #A2B25F background

This text has black color on #A2B25F background.


White color preview on #A2B25F background

This text has white color on #A2B25F background.