COLOR #B5C090

HEX: #B5C090
RGB: (181,192,144)

Color info

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

RGB color model

#B5C090 color RGB value is (181,192,144).

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

RGB channels and saturation

R 181 of 255 = 71%
G 192 of 255 = 75%
B 144 of 255 = 56%

181
192
144

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

Portions of RGB colors in percentages

R + G + B =
181 + 192 + 144 = 517 (100%)
R 181 of 517 ~ 35.01%
G 192 of 517 ~ 37.14%
B 144 of 517 ~ 27.85%

%35.01
%37.14
%27.85

CMYK color model

#B5C090 color CMYK value is (6,0,25,25).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK:
(6,0,25,25)
C6M0Y25K25 
(6%,0%,25%,25%)
(0.06/0.00/0.25/0.25)	

CMYK percentages

%5.73
%0
%25
%24.71

Codes

Color #B5C090 in popluar color models

B5C090
RGB181192144
HSL74°27.59%65.88%
HSB/HSV74°25.00%75.29%
CMYK5.73%0.00%25.00%
24.71%

Color #B5C090 in popluar number systems.

HEXB5C090
Decimal181192144
Binary101101011100000010010000
Octal265300220

Shades and tints

Shades of #B5C090

#B5C090
(181,192,144)
#A5AF83
(165,175,131)
#959E76
(149,158,118)
#858D69
(133,141,105)
#757C5C
(117,124,92)
#656B4F
(101,107,79)
#555A42
(85,90,66)
#454935
(69,73,53)
#353828
(53,56,40)
#25271B
(37,39,27)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #B5C090

#B5C090
(181,192,144)
#BBC59A
(187,197,154)
#C1CAA4
(193,202,164)
#C7CFAE
(199,207,174)
#CDD4B8
(205,212,184)
#D3D9C2
(211,217,194)
#D9DECC
(217,222,204)
#DFE3D6
(223,227,214)
#E5E8E0
(229,232,224)
#EBEDEA
(235,237,234)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C090; }

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

This text font color is #B5C090.


Background Color

.myBgColor { background-color: #B5C090; }

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

This div background color is #B5C090.


Border color

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

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

This div border color is #B5C090.


Opacity

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

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

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

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

This text has shadow with #B5C090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C090 on black background.


Color preview on white background

This text has color #B5C090 on white background.



Black color preview on #B5C090 background

This text has black color on #B5C090 background.


White color preview on #B5C090 background

This text has white color on #B5C090 background.