COLOR #B2AA22

HEX: #B2AA22 RGB: (178,170,34)

Color info

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

RGB color model

#B2AA22 color RGB value is (178,170,34).

RGB: (178,170,34) (70%, 67%, 13%)

RGB channels and saturation

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

178
170
34

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

Portions of RGB colors in percentages

R + G + B = 178 + 170 + 34 = 382 (100%)
R 178 of 382 ~ 46.6%
G 170 of 382 ~ 44.5%
B 34 of 382 ~ 8.9'%

%46.6
%44.5

CMYK color model

#B2AA22 color CMYK value is (0,4,81,30).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 80.90%
  • key color value is 30.20%

CMYK: (0,4,81,30)
C0M4Y81K30 (0%, 4%, 81%, 30%)
(0.00 / 0.04 / 0.81 / 0.30)

CMYK percentages

%0
%4.49
%80.9
%30.2

Codes

Color #B2AA22 in popluar color models

B2 AA 22
RGB 178 170 34
HSL 57° 67.92% 41.57%
HSB/HSV 57° 80.90% 69.80%
CMYK 0.00% 4.49% 80.90%
30.20%

Color #B2AA22 in popluar number systems.

HEX B2 AA 22
Decimal 178 170 34
Binary 10110010 10101010 100010
Octal 262 252 42

Shades and tints

Shades of #B2AA22

#B2AA22
(178,170,34)
#A29B1F
(162,155,31)
#928C1C
(146,140,28)
#827D19
(130,125,25)
#726E16
(114,110,22)
#625F13
(98,95,19)
#525010
(82,80,16)
#42410D
(66,65,13)
#32320A
(50,50,10)
#222307
(34,35,7)
#121404
(18,20,4)
#000000
(0,0,0)

Tints of #B2AA22

#B2AA22
(178,170,34)
#B9B136
(185,177,54)
#C0B84A
(192,184,74)
#C7BF5E
(199,191,94)
#CEC672
(206,198,114)
#D5CD86
(213,205,134)
#DCD49A
(220,212,154)
#E3DBAE
(227,219,174)
#EAE2C2
(234,226,194)
#F1E9D6
(241,233,214)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AA22; }

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

This text font color is #B2AA22.

Background Color

.myBgColor { background-color: #B2AA22; }

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

This div background color is #B2AA22.

Border color

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

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

This div border color is #B2AA22.

Opacity

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

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

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

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

This text has shadow with #B2AA22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AA22.

Preview

Color preview on black background

This text has color #B2AA22 on black background.


Color preview on white background

This text has color #B2AA22 on white background.


Black color preview on #B2AA22 background

This text has black color on #B2AA22 background.


White color preview on #B2AA22 background

This text has white color on #B2AA22 background.


Related colors

Complementary color

Complementary color for #hex is #4D55DD.


I love getcolorcode.com

Triadic colors

1 #22B2AA and #AA22B2 with #B2AA22 are triadic colors.

2 #22AAB2 and #AAB222 with #B2AA22 are triadic colors.