COLOR #B3BD5E

HEX: #B3BD5E
RGB: (179,189,94)

Color info

#B3BD5E contains mainly red and green colors. Web safe color of #B3BD5E is #99CC66 (or #9C6).

RGB color model

#B3BD5E color RGB value is (179,189,94).

  • red value is 179;
  • green value is 189;
  • blue value is 94.
RGB:
(179,189,94)
(70%,74%,37%)

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 94 of 255 = 37%

179
189
94

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 94 = 462 (100%)
R 179 of 462 ~ 38.74%
G 189 of 462 ~ 40.91%
B 94 of 462 ~ 20.35%

%38.74
%40.91
%20.35

CMYK color model

#B3BD5E color CMYK value is (5,0,50,26).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 50.26%
  • key color value is 25.88%
CMYK:
(5,0,50,26)
C5M0Y50K26 
(5%,0%,50%,26%)
(0.05/0.00/0.50/0.26)	

CMYK percentages

%5.29
%0
%50.26
%25.88

Codes

Color #B3BD5E in popluar color models

B3BD5E
RGB17918994
HSL66°41.85%55.49%
HSB/HSV66°50.26%74.12%
CMYK5.29%0.00%50.26%
25.88%

Color #B3BD5E in popluar number systems.

HEXB3BD5E
Decimal17918994
Binary10110011101111011011110
Octal263275136

Shades and tints

Shades of #B3BD5E

#B3BD5E
(179,189,94)
#A3AC56
(163,172,86)
#939B4E
(147,155,78)
#838A46
(131,138,70)
#73793E
(115,121,62)
#636836
(99,104,54)
#53572E
(83,87,46)
#434626
(67,70,38)
#33351E
(51,53,30)
#232416
(35,36,22)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #B3BD5E

#B3BD5E
(179,189,94)
#B9C36C
(185,195,108)
#BFC97A
(191,201,122)
#C5CF88
(197,207,136)
#CBD596
(203,213,150)
#D1DBA4
(209,219,164)
#D7E1B2
(215,225,178)
#DDE7C0
(221,231,192)
#E3EDCE
(227,237,206)
#E9F3DC
(233,243,220)
#EFF9EA
(239,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BD5E color. Also use rgb(179,189,94) instead hex code.

Text Font Color

.myTextColor { color: #B3BD5E; }

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

This text font color is #B3BD5E.


Background Color

.myBgColor { background-color: #B3BD5E; }

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

This div background color is #B3BD5E.


Border color

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

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

This div border color is #B3BD5E.


Opacity

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

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

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

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

This text has shadow with #B3BD5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BD5E on black background.


Color preview on white background

This text has color #B3BD5E on white background.



Black color preview on #B3BD5E background

This text has black color on #B3BD5E background.


White color preview on #B3BD5E background

This text has white color on #B3BD5E background.