COLOR #B1C373

HEX: #B1C373
RGB: (177,195,115)

Color info

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

RGB color model

#B1C373 color RGB value is (177,195,115).

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

RGB channels and saturation

R 177 of 255 = 69%
G 195 of 255 = 76%
B 115 of 255 = 45%

177
195
115

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

Portions of RGB colors in percentages

R + G + B =
177 + 195 + 115 = 487 (100%)
R 177 of 487 ~ 36.34%
G 195 of 487 ~ 40.04%
B 115 of 487 ~ 23.61%

%36.34
%40.04
%23.61

CMYK color model

#B1C373 color CMYK value is (9,0,41,24).

  • cyan value is 9.23%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 23.53%
CMYK:
(9,0,41,24)
C9M0Y41K24 
(9%,0%,41%,24%)
(0.09/0.00/0.41/0.24)	

CMYK percentages

%9.23
%0
%41.03
%23.53

Codes

Color #B1C373 in popluar color models

B1C373
RGB177195115
HSL74°40.00%60.78%
HSB/HSV74°41.03%76.47%
CMYK9.23%0.00%41.03%
23.53%

Color #B1C373 in popluar number systems.

HEXB1C373
Decimal177195115
Binary10110001110000111110011
Octal261303163

Shades and tints

Shades of #B1C373

#B1C373
(177,195,115)
#A1B269
(161,178,105)
#91A15F
(145,161,95)
#819055
(129,144,85)
#717F4B
(113,127,75)
#616E41
(97,110,65)
#515D37
(81,93,55)
#414C2D
(65,76,45)
#313B23
(49,59,35)
#212A19
(33,42,25)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #B1C373

#B1C373
(177,195,115)
#B8C87F
(184,200,127)
#BFCD8B
(191,205,139)
#C6D297
(198,210,151)
#CDD7A3
(205,215,163)
#D4DCAF
(212,220,175)
#DBE1BB
(219,225,187)
#E2E6C7
(226,230,199)
#E9EBD3
(233,235,211)
#F0F0DF
(240,240,223)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C373; }

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

This text font color is #B1C373.


Background Color

.myBgColor { background-color: #B1C373; }

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

This div background color is #B1C373.


Border color

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

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

This div border color is #B1C373.


Opacity

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

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

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

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

This text has shadow with #B1C373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C373 on black background.


Color preview on white background

This text has color #B1C373 on white background.



Black color preview on #B1C373 background

This text has black color on #B1C373 background.


White color preview on #B1C373 background

This text has white color on #B1C373 background.