COLOR #B3BD5A

HEX: #B3BD5A
RGB: (179,189,90)

Color info

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

RGB color model

#B3BD5A color RGB value is (179,189,90).

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

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 90 of 255 = 35%

179
189
90

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 90 = 458 (100%)
R 179 of 458 ~ 39.08%
G 189 of 458 ~ 41.27%
B 90 of 458 ~ 19.65%

%39.08
%41.27
%19.65

CMYK color model

#B3BD5A color CMYK value is (5,0,52,26).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 25.88%
CMYK:
(5,0,52,26)
C5M0Y52K26 
(5%,0%,52%,26%)
(0.05/0.00/0.52/0.26)	

CMYK percentages

%5.29
%0
%52.38
%25.88

Codes

Color #B3BD5A in popluar color models

B3BD5A
RGB17918990
HSL66°42.86%54.71%
HSB/HSV66°52.38%74.12%
CMYK5.29%0.00%52.38%
25.88%

Color #B3BD5A in popluar number systems.

HEXB3BD5A
Decimal17918990
Binary10110011101111011011010
Octal263275132

Shades and tints

Shades of #B3BD5A

#B3BD5A
(179,189,90)
#A3AC52
(163,172,82)
#939B4A
(147,155,74)
#838A42
(131,138,66)
#73793A
(115,121,58)
#636832
(99,104,50)
#53572A
(83,87,42)
#434622
(67,70,34)
#33351A
(51,53,26)
#232412
(35,36,18)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #B3BD5A

#B3BD5A
(179,189,90)
#B9C369
(185,195,105)
#BFC978
(191,201,120)
#C5CF87
(197,207,135)
#CBD596
(203,213,150)
#D1DBA5
(209,219,165)
#D7E1B4
(215,225,180)
#DDE7C3
(221,231,195)
#E3EDD2
(227,237,210)
#E9F3E1
(233,243,225)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BD5A; }

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

This text font color is #B3BD5A.


Background Color

.myBgColor { background-color: #B3BD5A; }

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

This div background color is #B3BD5A.


Border color

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

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

This div border color is #B3BD5A.


Opacity

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

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

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

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

This text has shadow with #B3BD5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BD5A on black background.


Color preview on white background

This text has color #B3BD5A on white background.



Black color preview on #B3BD5A background

This text has black color on #B3BD5A background.


White color preview on #B3BD5A background

This text has white color on #B3BD5A background.