COLOR #A2BD4A

HEX: #A2BD4A
RGB: (162,189,74)

Color info

#A2BD4A contains mainly red and green colors. Web safe color of #A2BD4A is #99CC33 (or #9C3).

RGB color model

#A2BD4A color RGB value is (162,189,74).

  • red value is 162;
  • green value is 189;
  • blue value is 74.
RGB:
(162,189,74)
(64%,74%,29%)

RGB channels and saturation

R 162 of 255 = 64%
G 189 of 255 = 74%
B 74 of 255 = 29%

162
189
74

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

Portions of RGB colors in percentages

R + G + B =
162 + 189 + 74 = 425 (100%)
R 162 of 425 ~ 38.12%
G 189 of 425 ~ 44.47%
B 74 of 425 ~ 17.41%

%38.12
%44.47
%17.41

CMYK color model

#A2BD4A color CMYK value is (14,0,61,26).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 60.85%
  • key color value is 25.88%
CMYK:
(14,0,61,26)
C14M0Y61K26 
(14%,0%,61%,26%)
(0.14/0.00/0.61/0.26)	

CMYK percentages

%14.29
%0
%60.85
%25.88

Codes

Color #A2BD4A in popluar color models

A2BD4A
RGB16218974
HSL74°46.56%51.57%
HSB/HSV74°60.85%74.12%
CMYK14.29%0.00%60.85%
25.88%

Color #A2BD4A in popluar number systems.

HEXA2BD4A
Decimal16218974
Binary10100010101111011001010
Octal242275112

Shades and tints

Shades of #A2BD4A

#A2BD4A
(162,189,74)
#94AC44
(148,172,68)
#869B3E
(134,155,62)
#788A38
(120,138,56)
#6A7932
(106,121,50)
#5C682C
(92,104,44)
#4E5726
(78,87,38)
#404620
(64,70,32)
#32351A
(50,53,26)
#242414
(36,36,20)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #A2BD4A

#A2BD4A
(162,189,74)
#AAC35A
(170,195,90)
#B2C96A
(178,201,106)
#BACF7A
(186,207,122)
#C2D58A
(194,213,138)
#CADB9A
(202,219,154)
#D2E1AA
(210,225,170)
#DAE7BA
(218,231,186)
#E2EDCA
(226,237,202)
#EAF3DA
(234,243,218)
#F2F9EA
(242,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BD4A color. Also use rgb(162,189,74) instead hex code.

Text Font Color

.myTextColor { color: #A2BD4A; }

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

This text font color is #A2BD4A.


Background Color

.myBgColor { background-color: #A2BD4A; }

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

This div background color is #A2BD4A.


Border color

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

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

This div border color is #A2BD4A.


Opacity

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

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

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

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

This text has shadow with #A2BD4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BD4A on black background.


Color preview on white background

This text has color #A2BD4A on white background.



Black color preview on #A2BD4A background

This text has black color on #A2BD4A background.


White color preview on #A2BD4A background

This text has white color on #A2BD4A background.