COLOR #B5C38A

HEX: #B5C38A
RGB: (181,195,138)

Color info

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

RGB color model

#B5C38A color RGB value is (181,195,138).

  • red value is 181;
  • green value is 195;
  • blue value is 138.
RGB:
(181,195,138)
(71%,76%,54%)

RGB channels and saturation

R 181 of 255 = 71%
G 195 of 255 = 76%
B 138 of 255 = 54%

181
195
138

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

Portions of RGB colors in percentages

R + G + B =
181 + 195 + 138 = 514 (100%)
R 181 of 514 ~ 35.21%
G 195 of 514 ~ 37.94%
B 138 of 514 ~ 26.85%

%35.21
%37.94
%26.85

CMYK color model

#B5C38A color CMYK value is (7,0,29,24).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 23.53%
CMYK:
(7,0,29,24)
C7M0Y29K24 
(7%,0%,29%,24%)
(0.07/0.00/0.29/0.24)	

CMYK percentages

%7.18
%0
%29.23
%23.53

Codes

Color #B5C38A in popluar color models

B5C38A
RGB181195138
HSL75°32.20%65.29%
HSB/HSV75°29.23%76.47%
CMYK7.18%0.00%29.23%
23.53%

Color #B5C38A in popluar number systems.

HEXB5C38A
Decimal181195138
Binary101101011100001110001010
Octal265303212

Shades and tints

Shades of #B5C38A

#B5C38A
(181,195,138)
#A5B27E
(165,178,126)
#95A172
(149,161,114)
#859066
(133,144,102)
#757F5A
(117,127,90)
#656E4E
(101,110,78)
#555D42
(85,93,66)
#454C36
(69,76,54)
#353B2A
(53,59,42)
#252A1E
(37,42,30)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #B5C38A

#B5C38A
(181,195,138)
#BBC894
(187,200,148)
#C1CD9E
(193,205,158)
#C7D2A8
(199,210,168)
#CDD7B2
(205,215,178)
#D3DCBC
(211,220,188)
#D9E1C6
(217,225,198)
#DFE6D0
(223,230,208)
#E5EBDA
(229,235,218)
#EBF0E4
(235,240,228)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C38A color. Also use rgb(181,195,138) instead hex code.

Text Font Color

.myTextColor { color: #B5C38A; }

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

This text font color is #B5C38A.


Background Color

.myBgColor { background-color: #B5C38A; }

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

This div background color is #B5C38A.


Border color

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

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

This div border color is #B5C38A.


Opacity

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

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

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

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

This text has shadow with #B5C38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C38A on black background.


Color preview on white background

This text has color #B5C38A on white background.



Black color preview on #B5C38A background

This text has black color on #B5C38A background.


White color preview on #B5C38A background

This text has white color on #B5C38A background.