COLOR #B5C59A

HEX: #B5C59A
RGB: (181,197,154)

Color info

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

RGB color model

#B5C59A color RGB value is (181,197,154).

  • red value is 181;
  • green value is 197;
  • blue value is 154.
RGB:
(181,197,154)
(71%,77%,60%)

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 154 of 255 = 60%

181
197
154

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

Portions of RGB colors in percentages

R + G + B =
181 + 197 + 154 = 532 (100%)
R 181 of 532 ~ 34.02%
G 197 of 532 ~ 37.03%
B 154 of 532 ~ 28.95%

%34.02
%37.03
%28.95

CMYK color model

#B5C59A color CMYK value is (8,0,22,23).

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 22.75%
CMYK:
(8,0,22,23)
C8M0Y22K23 
(8%,0%,22%,23%)
(0.08/0.00/0.22/0.23)	

CMYK percentages

%8.12
%0
%21.83
%22.75

Codes

Color #B5C59A in popluar color models

B5C59A
RGB181197154
HSL82°27.04%68.82%
HSB/HSV82°21.83%77.25%
CMYK8.12%0.00%21.83%
22.75%

Color #B5C59A in popluar number systems.

HEXB5C59A
Decimal181197154
Binary101101011100010110011010
Octal265305232

Shades and tints

Shades of #B5C59A

#B5C59A
(181,197,154)
#A5B48C
(165,180,140)
#95A37E
(149,163,126)
#859270
(133,146,112)
#758162
(117,129,98)
#657054
(101,112,84)
#555F46
(85,95,70)
#454E38
(69,78,56)
#353D2A
(53,61,42)
#252C1C
(37,44,28)
#151B0E
(21,27,14)
#000000
(0,0,0)

Tints of #B5C59A

#B5C59A
(181,197,154)
#BBCAA3
(187,202,163)
#C1CFAC
(193,207,172)
#C7D4B5
(199,212,181)
#CDD9BE
(205,217,190)
#D3DEC7
(211,222,199)
#D9E3D0
(217,227,208)
#DFE8D9
(223,232,217)
#E5EDE2
(229,237,226)
#EBF2EB
(235,242,235)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C59A color. Also use rgb(181,197,154) instead hex code.

Text Font Color

.myTextColor { color: #B5C59A; }

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

This text font color is #B5C59A.


Background Color

.myBgColor { background-color: #B5C59A; }

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

This div background color is #B5C59A.


Border color

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

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

This div border color is #B5C59A.


Opacity

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

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

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

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

This text has shadow with #B5C59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C59A on black background.


Color preview on white background

This text has color #B5C59A on white background.



Black color preview on #B5C59A background

This text has black color on #B5C59A background.


White color preview on #B5C59A background

This text has white color on #B5C59A background.