COLOR #B1C057

HEX: #B1C057
RGB: (177,192,87)

Color info

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

RGB color model

#B1C057 color RGB value is (177,192,87).

  • red value is 177;
  • green value is 192;
  • blue value is 87.
RGB:
(177,192,87)
(69%,75%,34%)

RGB channels and saturation

R 177 of 255 = 69%
G 192 of 255 = 75%
B 87 of 255 = 34%

177
192
87

R + G + B ~ 59%. #B1C057 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 192 + 87 = 456 (100%)
R 177 of 456 ~ 38.82%
G 192 of 456 ~ 42.11%
B 87 of 456 ~ 19.08%

%38.82
%42.11
%19.08

CMYK color model

#B1C057 color CMYK value is (8,0,55,25).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 54.69%
  • key color value is 24.71%
CMYK:
(8,0,55,25)
C8M0Y55K25 
(8%,0%,55%,25%)
(0.08/0.00/0.55/0.25)	

CMYK percentages

%7.81
%0
%54.69
%24.71

Codes

Color #B1C057 in popluar color models

B1C057
RGB17719287
HSL69°45.45%54.71%
HSB/HSV69°54.69%75.29%
CMYK7.81%0.00%54.69%
24.71%

Color #B1C057 in popluar number systems.

HEXB1C057
Decimal17719287
Binary10110001110000001010111
Octal261300127

Shades and tints

Shades of #B1C057

#B1C057
(177,192,87)
#A1AF50
(161,175,80)
#919E49
(145,158,73)
#818D42
(129,141,66)
#717C3B
(113,124,59)
#616B34
(97,107,52)
#515A2D
(81,90,45)
#414926
(65,73,38)
#31381F
(49,56,31)
#212718
(33,39,24)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #B1C057

#B1C057
(177,192,87)
#B8C566
(184,197,102)
#BFCA75
(191,202,117)
#C6CF84
(198,207,132)
#CDD493
(205,212,147)
#D4D9A2
(212,217,162)
#DBDEB1
(219,222,177)
#E2E3C0
(226,227,192)
#E9E8CF
(233,232,207)
#F0EDDE
(240,237,222)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C057 color. Also use rgb(177,192,87) instead hex code.

Text Font Color

.myTextColor { color: #B1C057; }

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

This text font color is #B1C057.


Background Color

.myBgColor { background-color: #B1C057; }

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

This div background color is #B1C057.


Border color

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

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

This div border color is #B1C057.


Opacity

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

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

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

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

This text has shadow with #B1C057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C057 on black background.


Color preview on white background

This text has color #B1C057 on white background.



Black color preview on #B1C057 background

This text has black color on #B1C057 background.


White color preview on #B1C057 background

This text has white color on #B1C057 background.