COLOR #B5C37C

HEX: #B5C37C
RGB: (181,195,124)

Color info

#B5C37C contains mainly red and green colors. Web safe color of #B5C37C is #CCCC66 (or #CC6).

RGB color model

#B5C37C color RGB value is (181,195,124).

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

RGB channels and saturation

R 181 of 255 = 71%
G 195 of 255 = 76%
B 124 of 255 = 49%

181
195
124

R + G + B ~ 65%. #B5C37C is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 195 + 124 = 500 (100%)
R 181 of 500 ~ 36.2%
G 195 of 500 ~ 39%
B 124 of 500 ~ 24.8%

%36.2
%39
%24.8

CMYK color model

#B5C37C color CMYK value is (7,0,36,24).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 23.53%
CMYK:
(7,0,36,24)
C7M0Y36K24 
(7%,0%,36%,24%)
(0.07/0.00/0.36/0.24)	

CMYK percentages

%7.18
%0
%36.41
%23.53

Codes

Color #B5C37C in popluar color models

B5C37C
RGB181195124
HSL72°37.17%62.55%
HSB/HSV72°36.41%76.47%
CMYK7.18%0.00%36.41%
23.53%

Color #B5C37C in popluar number systems.

HEXB5C37C
Decimal181195124
Binary10110101110000111111100
Octal265303174

Shades and tints

Shades of #B5C37C

#B5C37C
(181,195,124)
#A5B271
(165,178,113)
#95A166
(149,161,102)
#85905B
(133,144,91)
#757F50
(117,127,80)
#656E45
(101,110,69)
#555D3A
(85,93,58)
#454C2F
(69,76,47)
#353B24
(53,59,36)
#252A19
(37,42,25)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #B5C37C

#B5C37C
(181,195,124)
#BBC887
(187,200,135)
#C1CD92
(193,205,146)
#C7D29D
(199,210,157)
#CDD7A8
(205,215,168)
#D3DCB3
(211,220,179)
#D9E1BE
(217,225,190)
#DFE6C9
(223,230,201)
#E5EBD4
(229,235,212)
#EBF0DF
(235,240,223)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C37C; }

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

This text font color is #B5C37C.


Background Color

.myBgColor { background-color: #B5C37C; }

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

This div background color is #B5C37C.


Border color

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

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

This div border color is #B5C37C.


Opacity

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

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

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

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

This text has shadow with #B5C37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C37C on black background.


Color preview on white background

This text has color #B5C37C on white background.



Black color preview on #B5C37C background

This text has black color on #B5C37C background.


White color preview on #B5C37C background

This text has white color on #B5C37C background.