COLOR #B5D49B

HEX: #B5D49B
RGB: (181,212,155)

Color info

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

RGB color model

#B5D49B color RGB value is (181,212,155).

  • red value is 181;
  • green value is 212;
  • blue value is 155.
RGB:
(181,212,155)
(71%,83%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 212 of 255 = 83%
B 155 of 255 = 61%

181
212
155

R + G + B ~ 72%. #B5D49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 212 + 155 = 548 (100%)
R 181 of 548 ~ 33.03%
G 212 of 548 ~ 38.69%
B 155 of 548 ~ 28.28%

%33.03
%38.69
%28.28

CMYK color model

#B5D49B color CMYK value is (15,0,27,17).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 16.86%
CMYK:
(15,0,27,17)
C15M0Y27K17 
(15%,0%,27%,17%)
(0.15/0.00/0.27/0.17)	

CMYK percentages

%14.62
%0
%26.89
%16.86

Codes

Color #B5D49B in popluar color models

B5D49B
RGB181212155
HSL93°39.86%71.96%
HSB/HSV93°26.89%83.14%
CMYK14.62%0.00%26.89%
16.86%

Color #B5D49B in popluar number systems.

HEXB5D49B
Decimal181212155
Binary101101011101010010011011
Octal265324233

Shades and tints

Shades of #B5D49B

#B5D49B
(181,212,155)
#A5C18D
(165,193,141)
#95AE7F
(149,174,127)
#859B71
(133,155,113)
#758863
(117,136,99)
#657555
(101,117,85)
#556247
(85,98,71)
#454F39
(69,79,57)
#353C2B
(53,60,43)
#25291D
(37,41,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #B5D49B

#B5D49B
(181,212,155)
#BBD7A4
(187,215,164)
#C1DAAD
(193,218,173)
#C7DDB6
(199,221,182)
#CDE0BF
(205,224,191)
#D3E3C8
(211,227,200)
#D9E6D1
(217,230,209)
#DFE9DA
(223,233,218)
#E5ECE3
(229,236,227)
#EBEFEC
(235,239,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D49B color. Also use rgb(181,212,155) instead hex code.

Text Font Color

.myTextColor { color: #B5D49B; }

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

This text font color is #B5D49B.


Background Color

.myBgColor { background-color: #B5D49B; }

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

This div background color is #B5D49B.


Border color

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

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

This div border color is #B5D49B.


Opacity

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

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

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

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

This text has shadow with #B5D49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D49B on black background.


Color preview on white background

This text has color #B5D49B on white background.



Black color preview on #B5D49B background

This text has black color on #B5D49B background.


White color preview on #B5D49B background

This text has white color on #B5D49B background.