COLOR #B5D18B

HEX: #B5D18B
RGB: (181,209,139)

Color info

#B5D18B contains mainly red and green colors. Web safe color of #B5D18B is #CCCC99 (or #CC9).

RGB color model

#B5D18B color RGB value is (181,209,139).

  • red value is 181;
  • green value is 209;
  • blue value is 139.
RGB:
(181,209,139)
(71%,82%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 209 of 255 = 82%
B 139 of 255 = 55%

181
209
139

R + G + B ~ 69%. #B5D18B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 209 + 139 = 529 (100%)
R 181 of 529 ~ 34.22%
G 209 of 529 ~ 39.51%
B 139 of 529 ~ 26.28%

%34.22
%39.51
%26.28

CMYK color model

#B5D18B color CMYK value is (13,0,33,18).

  • cyan value is 13.40%
  • magenta value is 0.00%
  • yellow value is 33.49%
  • key color value is 18.04%
CMYK:
(13,0,33,18)
C13M0Y33K18 
(13%,0%,33%,18%)
(0.13/0.00/0.33/0.18)	

CMYK percentages

%13.4
%0
%33.49
%18.04

Codes

Color #B5D18B in popluar color models

B5D18B
RGB181209139
HSL84°43.21%68.24%
HSB/HSV84°33.49%81.96%
CMYK13.40%0.00%33.49%
18.04%

Color #B5D18B in popluar number systems.

HEXB5D18B
Decimal181209139
Binary101101011101000110001011
Octal265321213

Shades and tints

Shades of #B5D18B

#B5D18B
(181,209,139)
#A5BE7F
(165,190,127)
#95AB73
(149,171,115)
#859867
(133,152,103)
#75855B
(117,133,91)
#65724F
(101,114,79)
#555F43
(85,95,67)
#454C37
(69,76,55)
#35392B
(53,57,43)
#25261F
(37,38,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B5D18B

#B5D18B
(181,209,139)
#BBD595
(187,213,149)
#C1D99F
(193,217,159)
#C7DDA9
(199,221,169)
#CDE1B3
(205,225,179)
#D3E5BD
(211,229,189)
#D9E9C7
(217,233,199)
#DFEDD1
(223,237,209)
#E5F1DB
(229,241,219)
#EBF5E5
(235,245,229)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D18B color. Also use rgb(181,209,139) instead hex code.

Text Font Color

.myTextColor { color: #B5D18B; }

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

This text font color is #B5D18B.


Background Color

.myBgColor { background-color: #B5D18B; }

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

This div background color is #B5D18B.


Border color

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

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

This div border color is #B5D18B.


Opacity

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

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

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

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

This text has shadow with #B5D18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D18B on black background.


Color preview on white background

This text has color #B5D18B on white background.



Black color preview on #B5D18B background

This text has black color on #B5D18B background.


White color preview on #B5D18B background

This text has white color on #B5D18B background.