COLOR #B1AE37

HEX: #B1AE37
RGB: (177,174,55)

Color info

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

RGB color model

#B1AE37 color RGB value is (177,174,55).

  • red value is 177;
  • green value is 174;
  • blue value is 55.
RGB:
(177,174,55)
(69%,68%,22%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 55 of 255 = 22%

177
174
55

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

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 55 = 406 (100%)
R 177 of 406 ~ 43.6%
G 174 of 406 ~ 42.86%
B 55 of 406 ~ 13.55%

%43.6
%42.86
%13.55

CMYK color model

#B1AE37 color CMYK value is (0,2,69,31).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 68.93%
  • key color value is 30.59%
CMYK:
(0,2,69,31)
C0M2Y69K31 
(0%,2%,69%,31%)
(0.00/0.02/0.69/0.31)	

CMYK percentages

%0
%1.69
%68.93
%30.59

Codes

Color #B1AE37 in popluar color models

B1AE37
RGB17717455
HSL59°52.59%45.49%
HSB/HSV59°68.93%69.41%
CMYK0.00%1.69%68.93%
30.59%

Color #B1AE37 in popluar number systems.

HEXB1AE37
Decimal17717455
Binary1011000110101110110111
Octal26125667

Shades and tints

Shades of #B1AE37

#B1AE37
(177,174,55)
#A19F32
(161,159,50)
#91902D
(145,144,45)
#818128
(129,129,40)
#717223
(113,114,35)
#61631E
(97,99,30)
#515419
(81,84,25)
#414514
(65,69,20)
#31360F
(49,54,15)
#21270A
(33,39,10)
#111805
(17,24,5)
#000000
(0,0,0)

Tints of #B1AE37

#B1AE37
(177,174,55)
#B8B549
(184,181,73)
#BFBC5B
(191,188,91)
#C6C36D
(198,195,109)
#CDCA7F
(205,202,127)
#D4D191
(212,209,145)
#DBD8A3
(219,216,163)
#E2DFB5
(226,223,181)
#E9E6C7
(233,230,199)
#F0EDD9
(240,237,217)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AE37 color. Also use rgb(177,174,55) instead hex code.

Text Font Color

.myTextColor { color: #B1AE37; }

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

This text font color is #B1AE37.


Background Color

.myBgColor { background-color: #B1AE37; }

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

This div background color is #B1AE37.


Border color

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

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

This div border color is #B1AE37.


Opacity

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

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

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

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

This text has shadow with #B1AE37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AE37 on black background.


Color preview on white background

This text has color #B1AE37 on white background.



Black color preview on #B1AE37 background

This text has black color on #B1AE37 background.


White color preview on #B1AE37 background

This text has white color on #B1AE37 background.