COLOR #B0CC91

HEX: #B0CC91
RGB: (176,204,145)

Color info

#B0CC91 contains red, green and blue colors in about the same proportion. Web safe color of #B0CC91 is #99CC99 (or #9C9).

RGB color model

#B0CC91 color RGB value is (176,204,145).

  • red value is 176;
  • green value is 204;
  • blue value is 145.
RGB:
(176,204,145)
(69%,80%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 145 of 255 = 57%

176
204
145

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

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 145 = 525 (100%)
R 176 of 525 ~ 33.52%
G 204 of 525 ~ 38.86%
B 145 of 525 ~ 27.62%

%33.52
%38.86
%27.62

CMYK color model

#B0CC91 color CMYK value is (14,0,29,20).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(14,0,29,20)
C14M0Y29K20 
(14%,0%,29%,20%)
(0.14/0.00/0.29/0.20)	

CMYK percentages

%13.73
%0
%28.92
%20

Codes

Color #B0CC91 in popluar color models

B0CC91
RGB176204145
HSL88°36.65%68.43%
HSB/HSV88°28.92%80.00%
CMYK13.73%0.00%28.92%
20.00%

Color #B0CC91 in popluar number systems.

HEXB0CC91
Decimal176204145
Binary101100001100110010010001
Octal260314221

Shades and tints

Shades of #B0CC91

#B0CC91
(176,204,145)
#A0BA84
(160,186,132)
#90A877
(144,168,119)
#80966A
(128,150,106)
#70845D
(112,132,93)
#607250
(96,114,80)
#506043
(80,96,67)
#404E36
(64,78,54)
#303C29
(48,60,41)
#202A1C
(32,42,28)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #B0CC91

#B0CC91
(176,204,145)
#B7D09B
(183,208,155)
#BED4A5
(190,212,165)
#C5D8AF
(197,216,175)
#CCDCB9
(204,220,185)
#D3E0C3
(211,224,195)
#DAE4CD
(218,228,205)
#E1E8D7
(225,232,215)
#E8ECE1
(232,236,225)
#EFF0EB
(239,240,235)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CC91 color. Also use rgb(176,204,145) instead hex code.

Text Font Color

.myTextColor { color: #B0CC91; }

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

This text font color is #B0CC91.


Background Color

.myBgColor { background-color: #B0CC91; }

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

This div background color is #B0CC91.


Border color

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

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

This div border color is #B0CC91.


Opacity

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

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

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

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

This text has shadow with #B0CC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CC91 on black background.


Color preview on white background

This text has color #B0CC91 on white background.



Black color preview on #B0CC91 background

This text has black color on #B0CC91 background.


White color preview on #B0CC91 background

This text has white color on #B0CC91 background.