COLOR #B5C174

HEX: #B5C174
RGB: (181,193,116)

Color info

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

RGB color model

#B5C174 color RGB value is (181,193,116).

  • red value is 181;
  • green value is 193;
  • blue value is 116.
RGB:
(181,193,116)
(71%,76%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 116 of 255 = 45%

181
193
116

R + G + B ~ 64%. #B5C174 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 193 + 116 = 490 (100%)
R 181 of 490 ~ 36.94%
G 193 of 490 ~ 39.39%
B 116 of 490 ~ 23.67%

%36.94
%39.39
%23.67

CMYK color model

#B5C174 color CMYK value is (6,0,40,24).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 39.90%
  • key color value is 24.31%
CMYK:
(6,0,40,24)
C6M0Y40K24 
(6%,0%,40%,24%)
(0.06/0.00/0.40/0.24)	

CMYK percentages

%6.22
%0
%39.9
%24.31

Codes

Color #B5C174 in popluar color models

B5C174
RGB181193116
HSL69°38.31%60.59%
HSB/HSV69°39.90%75.69%
CMYK6.22%0.00%39.90%
24.31%

Color #B5C174 in popluar number systems.

HEXB5C174
Decimal181193116
Binary10110101110000011110100
Octal265301164

Shades and tints

Shades of #B5C174

#B5C174
(181,193,116)
#A5B06A
(165,176,106)
#959F60
(149,159,96)
#858E56
(133,142,86)
#757D4C
(117,125,76)
#656C42
(101,108,66)
#555B38
(85,91,56)
#454A2E
(69,74,46)
#353924
(53,57,36)
#25281A
(37,40,26)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #B5C174

#B5C174
(181,193,116)
#BBC680
(187,198,128)
#C1CB8C
(193,203,140)
#C7D098
(199,208,152)
#CDD5A4
(205,213,164)
#D3DAB0
(211,218,176)
#D9DFBC
(217,223,188)
#DFE4C8
(223,228,200)
#E5E9D4
(229,233,212)
#EBEEE0
(235,238,224)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C174 color. Also use rgb(181,193,116) instead hex code.

Text Font Color

.myTextColor { color: #B5C174; }

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

This text font color is #B5C174.


Background Color

.myBgColor { background-color: #B5C174; }

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

This div background color is #B5C174.


Border color

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

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

This div border color is #B5C174.


Opacity

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

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

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

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

This text has shadow with #B5C174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C174 on black background.


Color preview on white background

This text has color #B5C174 on white background.



Black color preview on #B5C174 background

This text has black color on #B5C174 background.


White color preview on #B5C174 background

This text has white color on #B5C174 background.