COLOR #B0AE5B

HEX: #B0AE5B
RGB: (176,174,91)

Color info

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

RGB color model

#B0AE5B color RGB value is (176,174,91).

  • red value is 176;
  • green value is 174;
  • blue value is 91.
RGB:
(176,174,91)
(69%,68%,36%)

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 91 of 255 = 36%

176
174
91

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

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 91 = 441 (100%)
R 176 of 441 ~ 39.91%
G 174 of 441 ~ 39.46%
B 91 of 441 ~ 20.63%

%39.91
%39.46
%20.63

CMYK color model

#B0AE5B color CMYK value is (0,1,48,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 48.30%
  • key color value is 30.98%
CMYK:
(0,1,48,31)
C0M1Y48K31 
(0%,1%,48%,31%)
(0.00/0.01/0.48/0.31)	

CMYK percentages

%0
%1.14
%48.3
%30.98

Codes

Color #B0AE5B in popluar color models

B0AE5B
RGB17617491
HSL59°34.98%52.35%
HSB/HSV59°48.30%69.02%
CMYK0.00%1.14%48.30%
30.98%

Color #B0AE5B in popluar number systems.

HEXB0AE5B
Decimal17617491
Binary10110000101011101011011
Octal260256133

Shades and tints

Shades of #B0AE5B

#B0AE5B
(176,174,91)
#A09F53
(160,159,83)
#90904B
(144,144,75)
#808143
(128,129,67)
#70723B
(112,114,59)
#606333
(96,99,51)
#50542B
(80,84,43)
#404523
(64,69,35)
#30361B
(48,54,27)
#202713
(32,39,19)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #B0AE5B

#B0AE5B
(176,174,91)
#B7B569
(183,181,105)
#BEBC77
(190,188,119)
#C5C385
(197,195,133)
#CCCA93
(204,202,147)
#D3D1A1
(211,209,161)
#DAD8AF
(218,216,175)
#E1DFBD
(225,223,189)
#E8E6CB
(232,230,203)
#EFEDD9
(239,237,217)
#F6F4E7
(246,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AE5B color. Also use rgb(176,174,91) instead hex code.

Text Font Color

.myTextColor { color: #B0AE5B; }

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

This text font color is #B0AE5B.


Background Color

.myBgColor { background-color: #B0AE5B; }

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

This div background color is #B0AE5B.


Border color

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

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

This div border color is #B0AE5B.


Opacity

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

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

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

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

This text has shadow with #B0AE5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AE5B on black background.


Color preview on white background

This text has color #B0AE5B on white background.



Black color preview on #B0AE5B background

This text has black color on #B0AE5B background.


White color preview on #B0AE5B background

This text has white color on #B0AE5B background.