COLOR #B1C391

HEX: #B1C391
RGB: (177,195,145)

Color info

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

RGB color model

#B1C391 color RGB value is (177,195,145).

  • red value is 177;
  • green value is 195;
  • blue value is 145.
RGB:
(177,195,145)
(69%,76%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 195 of 255 = 76%
B 145 of 255 = 57%

177
195
145

R + G + B ~ 67%. #B1C391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 195 + 145 = 517 (100%)
R 177 of 517 ~ 34.24%
G 195 of 517 ~ 37.72%
B 145 of 517 ~ 28.05%

%34.24
%37.72
%28.05

CMYK color model

#B1C391 color CMYK value is (9,0,26,24).

  • cyan value is 9.23%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 23.53%
CMYK:
(9,0,26,24)
C9M0Y26K24 
(9%,0%,26%,24%)
(0.09/0.00/0.26/0.24)	

CMYK percentages

%9.23
%0
%25.64
%23.53

Codes

Color #B1C391 in popluar color models

B1C391
RGB177195145
HSL82°29.41%66.67%
HSB/HSV82°25.64%76.47%
CMYK9.23%0.00%25.64%
23.53%

Color #B1C391 in popluar number systems.

HEXB1C391
Decimal177195145
Binary101100011100001110010001
Octal261303221

Shades and tints

Shades of #B1C391

#B1C391
(177,195,145)
#A1B284
(161,178,132)
#91A177
(145,161,119)
#81906A
(129,144,106)
#717F5D
(113,127,93)
#616E50
(97,110,80)
#515D43
(81,93,67)
#414C36
(65,76,54)
#313B29
(49,59,41)
#212A1C
(33,42,28)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #B1C391

#B1C391
(177,195,145)
#B8C89B
(184,200,155)
#BFCDA5
(191,205,165)
#C6D2AF
(198,210,175)
#CDD7B9
(205,215,185)
#D4DCC3
(212,220,195)
#DBE1CD
(219,225,205)
#E2E6D7
(226,230,215)
#E9EBE1
(233,235,225)
#F0F0EB
(240,240,235)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C391 color. Also use rgb(177,195,145) instead hex code.

Text Font Color

.myTextColor { color: #B1C391; }

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

This text font color is #B1C391.


Background Color

.myBgColor { background-color: #B1C391; }

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

This div background color is #B1C391.


Border color

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

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

This div border color is #B1C391.


Opacity

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

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

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

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

This text has shadow with #B1C391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C391 on black background.


Color preview on white background

This text has color #B1C391 on white background.



Black color preview on #B1C391 background

This text has black color on #B1C391 background.


White color preview on #B1C391 background

This text has white color on #B1C391 background.