COLOR #B5C18B

HEX: #B5C18B
RGB: (181,193,139)

Color info

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

RGB color model

#B5C18B color RGB value is (181,193,139).

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

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 139 of 255 = 55%

181
193
139

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

Portions of RGB colors in percentages

R + G + B =
181 + 193 + 139 = 513 (100%)
R 181 of 513 ~ 35.28%
G 193 of 513 ~ 37.62%
B 139 of 513 ~ 27.1%

%35.28
%37.62
%27.1

CMYK color model

#B5C18B color CMYK value is (6,0,28,24).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 24.31%
CMYK:
(6,0,28,24)
C6M0Y28K24 
(6%,0%,28%,24%)
(0.06/0.00/0.28/0.24)	

CMYK percentages

%6.22
%0
%27.98
%24.31

Codes

Color #B5C18B in popluar color models

B5C18B
RGB181193139
HSL73°30.34%65.10%
HSB/HSV73°27.98%75.69%
CMYK6.22%0.00%27.98%
24.31%

Color #B5C18B in popluar number systems.

HEXB5C18B
Decimal181193139
Binary101101011100000110001011
Octal265301213

Shades and tints

Shades of #B5C18B

#B5C18B
(181,193,139)
#A5B07F
(165,176,127)
#959F73
(149,159,115)
#858E67
(133,142,103)
#757D5B
(117,125,91)
#656C4F
(101,108,79)
#555B43
(85,91,67)
#454A37
(69,74,55)
#35392B
(53,57,43)
#25281F
(37,40,31)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #B5C18B

#B5C18B
(181,193,139)
#BBC695
(187,198,149)
#C1CB9F
(193,203,159)
#C7D0A9
(199,208,169)
#CDD5B3
(205,213,179)
#D3DABD
(211,218,189)
#D9DFC7
(217,223,199)
#DFE4D1
(223,228,209)
#E5E9DB
(229,233,219)
#EBEEE5
(235,238,229)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C18B; }

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

This text font color is #B5C18B.


Background Color

.myBgColor { background-color: #B5C18B; }

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

This div background color is #B5C18B.


Border color

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

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

This div border color is #B5C18B.


Opacity

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

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

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

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

This text has shadow with #B5C18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C18B on black background.


Color preview on white background

This text has color #B5C18B on white background.



Black color preview on #B5C18B background

This text has black color on #B5C18B background.


White color preview on #B5C18B background

This text has white color on #B5C18B background.