COLOR #B5BB90

HEX: #B5BB90
RGB: (181,187,144)

Color info

#B5BB90 contains red, green and blue colors in about the same proportion. Web safe color of #B5BB90 is #CCCC99 (or #CC9).

RGB color model

#B5BB90 color RGB value is (181,187,144).

  • red value is 181;
  • green value is 187;
  • blue value is 144.
RGB:
(181,187,144)
(71%,73%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 144 of 255 = 56%

181
187
144

R + G + B ~ 67%. #B5BB90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 144 = 512 (100%)
R 181 of 512 ~ 35.35%
G 187 of 512 ~ 36.52%
B 144 of 512 ~ 28.13%

%35.35
%36.52
%28.13

CMYK color model

#B5BB90 color CMYK value is (3,0,23,27).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(3,0,23,27)
C3M0Y23K27 
(3%,0%,23%,27%)
(0.03/0.00/0.23/0.27)	

CMYK percentages

%3.21
%0
%22.99
%26.67

Codes

Color #B5BB90 in popluar color models

B5BB90
RGB181187144
HSL68°24.02%64.90%
HSB/HSV68°22.99%73.33%
CMYK3.21%0.00%22.99%
26.67%

Color #B5BB90 in popluar number systems.

HEXB5BB90
Decimal181187144
Binary101101011011101110010000
Octal265273220

Shades and tints

Shades of #B5BB90

#B5BB90
(181,187,144)
#A5AA83
(165,170,131)
#959976
(149,153,118)
#858869
(133,136,105)
#75775C
(117,119,92)
#65664F
(101,102,79)
#555542
(85,85,66)
#454435
(69,68,53)
#353328
(53,51,40)
#25221B
(37,34,27)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #B5BB90

#B5BB90
(181,187,144)
#BBC19A
(187,193,154)
#C1C7A4
(193,199,164)
#C7CDAE
(199,205,174)
#CDD3B8
(205,211,184)
#D3D9C2
(211,217,194)
#D9DFCC
(217,223,204)
#DFE5D6
(223,229,214)
#E5EBE0
(229,235,224)
#EBF1EA
(235,241,234)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BB90 color. Also use rgb(181,187,144) instead hex code.

Text Font Color

.myTextColor { color: #B5BB90; }

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

This text font color is #B5BB90.


Background Color

.myBgColor { background-color: #B5BB90; }

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

This div background color is #B5BB90.


Border color

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

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

This div border color is #B5BB90.


Opacity

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

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

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

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

This text has shadow with #B5BB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BB90 on black background.


Color preview on white background

This text has color #B5BB90 on white background.



Black color preview on #B5BB90 background

This text has black color on #B5BB90 background.


White color preview on #B5BB90 background

This text has white color on #B5BB90 background.