COLOR #B5C58E

HEX: #B5C58E
RGB: (181,197,142)

Color info

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

RGB color model

#B5C58E color RGB value is (181,197,142).

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

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 142 of 255 = 56%

181
197
142

R + G + B ~ 68%. #B5C58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 197 + 142 = 520 (100%)
R 181 of 520 ~ 34.81%
G 197 of 520 ~ 37.88%
B 142 of 520 ~ 27.31%

%34.81
%37.88
%27.31

CMYK color model

#B5C58E color CMYK value is (8,0,28,23).

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 22.75%
CMYK:
(8,0,28,23)
C8M0Y28K23 
(8%,0%,28%,23%)
(0.08/0.00/0.28/0.23)	

CMYK percentages

%8.12
%0
%27.92
%22.75

Codes

Color #B5C58E in popluar color models

B5C58E
RGB181197142
HSL77°32.16%66.47%
HSB/HSV77°27.92%77.25%
CMYK8.12%0.00%27.92%
22.75%

Color #B5C58E in popluar number systems.

HEXB5C58E
Decimal181197142
Binary101101011100010110001110
Octal265305216

Shades and tints

Shades of #B5C58E

#B5C58E
(181,197,142)
#A5B482
(165,180,130)
#95A376
(149,163,118)
#85926A
(133,146,106)
#75815E
(117,129,94)
#657052
(101,112,82)
#555F46
(85,95,70)
#454E3A
(69,78,58)
#353D2E
(53,61,46)
#252C22
(37,44,34)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #B5C58E

#B5C58E
(181,197,142)
#BBCA98
(187,202,152)
#C1CFA2
(193,207,162)
#C7D4AC
(199,212,172)
#CDD9B6
(205,217,182)
#D3DEC0
(211,222,192)
#D9E3CA
(217,227,202)
#DFE8D4
(223,232,212)
#E5EDDE
(229,237,222)
#EBF2E8
(235,242,232)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C58E; }

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

This text font color is #B5C58E.


Background Color

.myBgColor { background-color: #B5C58E; }

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

This div background color is #B5C58E.


Border color

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

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

This div border color is #B5C58E.


Opacity

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

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

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

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

This text has shadow with #B5C58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C58E on black background.


Color preview on white background

This text has color #B5C58E on white background.



Black color preview on #B5C58E background

This text has black color on #B5C58E background.


White color preview on #B5C58E background

This text has white color on #B5C58E background.