COLOR #B5C594

HEX: #B5C594
RGB: (181,197,148)

Color info

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

RGB color model

#B5C594 color RGB value is (181,197,148).

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

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 148 of 255 = 58%

181
197
148

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

Portions of RGB colors in percentages

R + G + B =
181 + 197 + 148 = 526 (100%)
R 181 of 526 ~ 34.41%
G 197 of 526 ~ 37.45%
B 148 of 526 ~ 28.14%

%34.41
%37.45
%28.14

CMYK color model

#B5C594 color CMYK value is (8,0,25,23).

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 24.87%
  • key color value is 22.75%
CMYK:
(8,0,25,23)
C8M0Y25K23 
(8%,0%,25%,23%)
(0.08/0.00/0.25/0.23)	

CMYK percentages

%8.12
%0
%24.87
%22.75

Codes

Color #B5C594 in popluar color models

B5C594
RGB181197148
HSL80°29.70%67.65%
HSB/HSV80°24.87%77.25%
CMYK8.12%0.00%24.87%
22.75%

Color #B5C594 in popluar number systems.

HEXB5C594
Decimal181197148
Binary101101011100010110010100
Octal265305224

Shades and tints

Shades of #B5C594

#B5C594
(181,197,148)
#A5B487
(165,180,135)
#95A37A
(149,163,122)
#85926D
(133,146,109)
#758160
(117,129,96)
#657053
(101,112,83)
#555F46
(85,95,70)
#454E39
(69,78,57)
#353D2C
(53,61,44)
#252C1F
(37,44,31)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #B5C594

#B5C594
(181,197,148)
#BBCA9D
(187,202,157)
#C1CFA6
(193,207,166)
#C7D4AF
(199,212,175)
#CDD9B8
(205,217,184)
#D3DEC1
(211,222,193)
#D9E3CA
(217,227,202)
#DFE8D3
(223,232,211)
#E5EDDC
(229,237,220)
#EBF2E5
(235,242,229)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C594; }

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

This text font color is #B5C594.


Background Color

.myBgColor { background-color: #B5C594; }

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

This div background color is #B5C594.


Border color

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

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

This div border color is #B5C594.


Opacity

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

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

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

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

This text has shadow with #B5C594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C594 on black background.


Color preview on white background

This text has color #B5C594 on white background.



Black color preview on #B5C594 background

This text has black color on #B5C594 background.


White color preview on #B5C594 background

This text has white color on #B5C594 background.