COLOR #B0C374

HEX: #B0C374
RGB: (176,195,116)

Color info

#B0C374 contains mainly red and green colors. Web safe color of #B0C374 is #99CC66 (or #9C6).

RGB color model

#B0C374 color RGB value is (176,195,116).

  • red value is 176;
  • green value is 195;
  • blue value is 116.
RGB:
(176,195,116)
(69%,76%,45%)

RGB channels and saturation

R 176 of 255 = 69%
G 195 of 255 = 76%
B 116 of 255 = 45%

176
195
116

R + G + B ~ 63%. #B0C374 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 195 + 116 = 487 (100%)
R 176 of 487 ~ 36.14%
G 195 of 487 ~ 40.04%
B 116 of 487 ~ 23.82%

%36.14
%40.04
%23.82

CMYK color model

#B0C374 color CMYK value is (10,0,41,24).

  • cyan value is 9.74%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 23.53%
CMYK:
(10,0,41,24)
C10M0Y41K24 
(10%,0%,41%,24%)
(0.10/0.00/0.41/0.24)	

CMYK percentages

%9.74
%0
%40.51
%23.53

Codes

Color #B0C374 in popluar color models

B0C374
RGB176195116
HSL74°39.70%60.98%
HSB/HSV74°40.51%76.47%
CMYK9.74%0.00%40.51%
23.53%

Color #B0C374 in popluar number systems.

HEXB0C374
Decimal176195116
Binary10110000110000111110100
Octal260303164

Shades and tints

Shades of #B0C374

#B0C374
(176,195,116)
#A0B26A
(160,178,106)
#90A160
(144,161,96)
#809056
(128,144,86)
#707F4C
(112,127,76)
#606E42
(96,110,66)
#505D38
(80,93,56)
#404C2E
(64,76,46)
#303B24
(48,59,36)
#202A1A
(32,42,26)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #B0C374

#B0C374
(176,195,116)
#B7C880
(183,200,128)
#BECD8C
(190,205,140)
#C5D298
(197,210,152)
#CCD7A4
(204,215,164)
#D3DCB0
(211,220,176)
#DAE1BC
(218,225,188)
#E1E6C8
(225,230,200)
#E8EBD4
(232,235,212)
#EFF0E0
(239,240,224)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C374 color. Also use rgb(176,195,116) instead hex code.

Text Font Color

.myTextColor { color: #B0C374; }

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

This text font color is #B0C374.


Background Color

.myBgColor { background-color: #B0C374; }

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

This div background color is #B0C374.


Border color

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

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

This div border color is #B0C374.


Opacity

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

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

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

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

This text has shadow with #B0C374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C374 on black background.


Color preview on white background

This text has color #B0C374 on white background.



Black color preview on #B0C374 background

This text has black color on #B0C374 background.


White color preview on #B0C374 background

This text has white color on #B0C374 background.