COLOR #B2AA20

HEX: #B2AA20
RGB: (178,170,32)

Color info

#B2AA20 contains mainly red and green colors. Web safe color of #B2AA20 is #999933 (or #993).

RGB color model

#B2AA20 color RGB value is (178,170,32).

  • red value is 178;
  • green value is 170;
  • blue value is 32.
RGB:
(178,170,32)
(70%,67%,13%)

RGB channels and saturation

R 178 of 255 = 70%
G 170 of 255 = 67%
B 32 of 255 = 13%

178
170
32

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

Portions of RGB colors in percentages

R + G + B =
178 + 170 + 32 = 380 (100%)
R 178 of 380 ~ 46.84%
G 170 of 380 ~ 44.74%
B 32 of 380 ~ 8.42%

%46.84
%44.74

CMYK color model

#B2AA20 color CMYK value is (0,4,82,30).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 82.02%
  • key color value is 30.20%
CMYK:
(0,4,82,30)
C0M4Y82K30 
(0%,4%,82%,30%)
(0.00/0.04/0.82/0.30)	

CMYK percentages

%0
%4.49
%82.02
%30.2

Codes

Color #B2AA20 in popluar color models

B2AA20
RGB17817032
HSL57°69.52%41.18%
HSB/HSV57°82.02%69.80%
CMYK0.00%4.49%82.02%
30.20%

Color #B2AA20 in popluar number systems.

HEXB2AA20
Decimal17817032
Binary1011001010101010100000
Octal26225240

Shades and tints

Shades of #B2AA20

#B2AA20
(178,170,32)
#A29B1E
(162,155,30)
#928C1C
(146,140,28)
#827D1A
(130,125,26)
#726E18
(114,110,24)
#625F16
(98,95,22)
#525014
(82,80,20)
#424112
(66,65,18)
#323210
(50,50,16)
#22230E
(34,35,14)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #B2AA20

#B2AA20
(178,170,32)
#B9B134
(185,177,52)
#C0B848
(192,184,72)
#C7BF5C
(199,191,92)
#CEC670
(206,198,112)
#D5CD84
(213,205,132)
#DCD498
(220,212,152)
#E3DBAC
(227,219,172)
#EAE2C0
(234,226,192)
#F1E9D4
(241,233,212)
#F8F0E8
(248,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AA20 color. Also use rgb(178,170,32) instead hex code.

Text Font Color

.myTextColor { color: #B2AA20; }

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

This text font color is #B2AA20.


Background Color

.myBgColor { background-color: #B2AA20; }

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

This div background color is #B2AA20.


Border color

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

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

This div border color is #B2AA20.


Opacity

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

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

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

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

This text has shadow with #B2AA20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AA20 on black background.


Color preview on white background

This text has color #B2AA20 on white background.



Black color preview on #B2AA20 background

This text has black color on #B2AA20 background.


White color preview on #B2AA20 background

This text has white color on #B2AA20 background.