COLOR #B5BD77

HEX: #B5BD77
RGB: (181,189,119)

Color info

#B5BD77 contains mainly red and green colors. Web safe color of #B5BD77 is #CCCC66 (or #CC6).

RGB color model

#B5BD77 color RGB value is (181,189,119).

  • red value is 181;
  • green value is 189;
  • blue value is 119.
RGB:
(181,189,119)
(71%,74%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 119 of 255 = 47%

181
189
119

R + G + B ~ 64%. #B5BD77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 119 = 489 (100%)
R 181 of 489 ~ 37.01%
G 189 of 489 ~ 38.65%
B 119 of 489 ~ 24.34%

%37.01
%38.65
%24.34

CMYK color model

#B5BD77 color CMYK value is (4,0,37,26).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK:
(4,0,37,26)
C4M0Y37K26 
(4%,0%,37%,26%)
(0.04/0.00/0.37/0.26)	

CMYK percentages

%4.23
%0
%37.04
%25.88

Codes

Color #B5BD77 in popluar color models

B5BD77
RGB181189119
HSL67°34.65%60.39%
HSB/HSV67°37.04%74.12%
CMYK4.23%0.00%37.04%
25.88%

Color #B5BD77 in popluar number systems.

HEXB5BD77
Decimal181189119
Binary10110101101111011110111
Octal265275167

Shades and tints

Shades of #B5BD77

#B5BD77
(181,189,119)
#A5AC6D
(165,172,109)
#959B63
(149,155,99)
#858A59
(133,138,89)
#75794F
(117,121,79)
#656845
(101,104,69)
#55573B
(85,87,59)
#454631
(69,70,49)
#353527
(53,53,39)
#25241D
(37,36,29)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B5BD77

#B5BD77
(181,189,119)
#BBC383
(187,195,131)
#C1C98F
(193,201,143)
#C7CF9B
(199,207,155)
#CDD5A7
(205,213,167)
#D3DBB3
(211,219,179)
#D9E1BF
(217,225,191)
#DFE7CB
(223,231,203)
#E5EDD7
(229,237,215)
#EBF3E3
(235,243,227)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BD77 color. Also use rgb(181,189,119) instead hex code.

Text Font Color

.myTextColor { color: #B5BD77; }

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

This text font color is #B5BD77.


Background Color

.myBgColor { background-color: #B5BD77; }

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

This div background color is #B5BD77.


Border color

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

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

This div border color is #B5BD77.


Opacity

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

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

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

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

This text has shadow with #B5BD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BD77 on black background.


Color preview on white background

This text has color #B5BD77 on white background.



Black color preview on #B5BD77 background

This text has black color on #B5BD77 background.


White color preview on #B5BD77 background

This text has white color on #B5BD77 background.