COLOR #B2AC37

HEX: #B2AC37
RGB: (178,172,55)

Color info

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

RGB color model

#B2AC37 color RGB value is (178,172,55).

  • red value is 178;
  • green value is 172;
  • blue value is 55.
RGB:
(178,172,55)
(70%,67%,22%)

RGB channels and saturation

R 178 of 255 = 70%
G 172 of 255 = 67%
B 55 of 255 = 22%

178
172
55

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

Portions of RGB colors in percentages

R + G + B =
178 + 172 + 55 = 405 (100%)
R 178 of 405 ~ 43.95%
G 172 of 405 ~ 42.47%
B 55 of 405 ~ 13.58%

%43.95
%42.47
%13.58

CMYK color model

#B2AC37 color CMYK value is (0,3,69,30).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 69.10%
  • key color value is 30.20%
CMYK:
(0,3,69,30)
C0M3Y69K30 
(0%,3%,69%,30%)
(0.00/0.03/0.69/0.30)	

CMYK percentages

%0
%3.37
%69.1
%30.2

Codes

Color #B2AC37 in popluar color models

B2AC37
RGB17817255
HSL57°52.79%45.69%
HSB/HSV57°69.10%69.80%
CMYK0.00%3.37%69.10%
30.20%

Color #B2AC37 in popluar number systems.

HEXB2AC37
Decimal17817255
Binary1011001010101100110111
Octal26225467

Shades and tints

Shades of #B2AC37

#B2AC37
(178,172,55)
#A29D32
(162,157,50)
#928E2D
(146,142,45)
#827F28
(130,127,40)
#727023
(114,112,35)
#62611E
(98,97,30)
#525219
(82,82,25)
#424314
(66,67,20)
#32340F
(50,52,15)
#22250A
(34,37,10)
#121605
(18,22,5)
#000000
(0,0,0)

Tints of #B2AC37

#B2AC37
(178,172,55)
#B9B349
(185,179,73)
#C0BA5B
(192,186,91)
#C7C16D
(199,193,109)
#CEC87F
(206,200,127)
#D5CF91
(213,207,145)
#DCD6A3
(220,214,163)
#E3DDB5
(227,221,181)
#EAE4C7
(234,228,199)
#F1EBD9
(241,235,217)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AC37; }

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

This text font color is #B2AC37.


Background Color

.myBgColor { background-color: #B2AC37; }

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

This div background color is #B2AC37.


Border color

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

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

This div border color is #B2AC37.


Opacity

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

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

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

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

This text has shadow with #B2AC37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AC37 on black background.


Color preview on white background

This text has color #B2AC37 on white background.



Black color preview on #B2AC37 background

This text has black color on #B2AC37 background.


White color preview on #B2AC37 background

This text has white color on #B2AC37 background.