COLOR #B2AC5C

HEX: #B2AC5C RGB: (178,172,92)

Color info

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

RGB color model

#B2AC5C color RGB value is (178,172,92).

RGB: (178,172,92) (70%, 67%, 36%)

RGB channels and saturation

R 178 of 255 = 70%
G 172 of 255 = 67%
B 92 of 255 = 36%

178
172
92

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

Portions of RGB colors in percentages

R + G + B = 178 + 172 + 92 = 442 (100%)
R 178 of 442 ~ 40.27%
G 172 of 442 ~ 38.91%
B 92 of 442 ~ 20.81'%

%40.27
%38.91
%20.81

CMYK color model

#B2AC5C color CMYK value is (0,3,48,30).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 48.31%
  • key color value is 30.20%

CMYK: (0,3,48,30)
C0M3Y48K30 (0%, 3%, 48%, 30%)
(0.00 / 0.03 / 0.48 / 0.30)

CMYK percentages

%0
%3.37
%48.31
%30.2

Codes

Color #B2AC5C in popluar color models

B2 AC 5C
RGB 178 172 92
HSL 56° 35.83% 52.94%
HSB/HSV 56° 48.31% 69.80%
CMYK 0.00% 3.37% 48.31%
30.20%

Color #B2AC5C in popluar number systems.

HEX B2 AC 5C
Decimal 178 172 92
Binary 10110010 10101100 1011100
Octal 262 254 134

Shades and tints

Shades of #B2AC5C

#B2AC5C
(178,172,92)
#A29D54
(162,157,84)
#928E4C
(146,142,76)
#827F44
(130,127,68)
#72703C
(114,112,60)
#626134
(98,97,52)
#52522C
(82,82,44)
#424324
(66,67,36)
#32341C
(50,52,28)
#222514
(34,37,20)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #B2AC5C

#B2AC5C
(178,172,92)
#B9B36A
(185,179,106)
#C0BA78
(192,186,120)
#C7C186
(199,193,134)
#CEC894
(206,200,148)
#D5CFA2
(213,207,162)
#DCD6B0
(220,214,176)
#E3DDBE
(227,221,190)
#EAE4CC
(234,228,204)
#F1EBDA
(241,235,218)
#F8F2E8
(248,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AC5C color. Also use rgb(178,172,92) instead hex code.

Text Font Color

.myTextColor { color: #B2AC5C; }

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

This text font color is #B2AC5C.

Background Color

.myBgColor { background-color: #B2AC5C; }

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

This div background color is #B2AC5C.

Border color

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

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

This div border color is #B2AC5C.

Opacity

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

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

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

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

This text has shadow with #B2AC5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AC5C.

Preview

Color preview on black background

This text has color #B2AC5C on black background.


Color preview on white background

This text has color #B2AC5C on white background.


Black color preview on #B2AC5C background

This text has black color on #B2AC5C background.


White color preview on #B2AC5C background

This text has white color on #B2AC5C background.


Related colors

Complementary color

Complementary color for #hex is #4D53A3.


I love getcolorcode.com

Triadic colors

1 #5CB2AC and #AC5CB2 with #B2AC5C are triadic colors.

2 #5CACB2 and #ACB25C with #B2AC5C are triadic colors.