COLOR #B1BA76

HEX: #B1BA76
RGB: (177,186,118)

Color info

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

RGB color model

#B1BA76 color RGB value is (177,186,118).

  • red value is 177;
  • green value is 186;
  • blue value is 118.
RGB:
(177,186,118)
(69%,73%,46%)

RGB channels and saturation

R 177 of 255 = 69%
G 186 of 255 = 73%
B 118 of 255 = 46%

177
186
118

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

Portions of RGB colors in percentages

R + G + B =
177 + 186 + 118 = 481 (100%)
R 177 of 481 ~ 36.8%
G 186 of 481 ~ 38.67%
B 118 of 481 ~ 24.53%

%36.8
%38.67
%24.53

CMYK color model

#B1BA76 color CMYK value is (5,0,37,27).

  • cyan value is 4.84%
  • magenta value is 0.00%
  • yellow value is 36.56%
  • key color value is 27.06%
CMYK:
(5,0,37,27)
C5M0Y37K27 
(5%,0%,37%,27%)
(0.05/0.00/0.37/0.27)	

CMYK percentages

%4.84
%0
%36.56
%27.06

Codes

Color #B1BA76 in popluar color models

B1BA76
RGB177186118
HSL68°33.01%59.61%
HSB/HSV68°36.56%72.94%
CMYK4.84%0.00%36.56%
27.06%

Color #B1BA76 in popluar number systems.

HEXB1BA76
Decimal177186118
Binary10110001101110101110110
Octal261272166

Shades and tints

Shades of #B1BA76

#B1BA76
(177,186,118)
#A1AA6C
(161,170,108)
#919A62
(145,154,98)
#818A58
(129,138,88)
#717A4E
(113,122,78)
#616A44
(97,106,68)
#515A3A
(81,90,58)
#414A30
(65,74,48)
#313A26
(49,58,38)
#212A1C
(33,42,28)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #B1BA76

#B1BA76
(177,186,118)
#B8C082
(184,192,130)
#BFC68E
(191,198,142)
#C6CC9A
(198,204,154)
#CDD2A6
(205,210,166)
#D4D8B2
(212,216,178)
#DBDEBE
(219,222,190)
#E2E4CA
(226,228,202)
#E9EAD6
(233,234,214)
#F0F0E2
(240,240,226)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BA76 color. Also use rgb(177,186,118) instead hex code.

Text Font Color

.myTextColor { color: #B1BA76; }

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

This text font color is #B1BA76.


Background Color

.myBgColor { background-color: #B1BA76; }

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

This div background color is #B1BA76.


Border color

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

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

This div border color is #B1BA76.


Opacity

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

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

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

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

This text has shadow with #B1BA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BA76 on black background.


Color preview on white background

This text has color #B1BA76 on white background.



Black color preview on #B1BA76 background

This text has black color on #B1BA76 background.


White color preview on #B1BA76 background

This text has white color on #B1BA76 background.