COLOR #B1BE50

HEX: #B1BE50 RGB: (177,190,80)

Color info

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

RGB color model

#B1BE50 color RGB value is (177,190,80).

RGB: (177,190,80) (69%, 75%, 31%)

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 80 of 255 = 31%

177
190
80

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

Portions of RGB colors in percentages

R + G + B = 177 + 190 + 80 = 447 (100%)
R 177 of 447 ~ 39.6%
G 190 of 447 ~ 42.51%
B 80 of 447 ~ 17.9'%

%39.6
%42.51
%17.9

CMYK color model

#B1BE50 color CMYK value is (7,0,58,25).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 25.49%

CMYK: (7,0,58,25)
C7M0Y58K25 (7%, 0%, 58%, 25%)
(0.07 / 0.00 / 0.58 / 0.25)

CMYK percentages

%6.84
%0
%57.89
%25.49

Codes

Color #B1BE50 in popluar color models

B1 BE 50
RGB 177 190 80
HSL 67° 45.83% 52.94%
HSB/HSV 67° 57.89% 74.51%
CMYK 6.84% 0.00% 57.89%
25.49%

Color #B1BE50 in popluar number systems.

HEX B1 BE 50
Decimal 177 190 80
Binary 10110001 10111110 1010000
Octal 261 276 120

Shades and tints

Shades of #B1BE50

#B1BE50
(177,190,80)
#A1AD49
(161,173,73)
#919C42
(145,156,66)
#818B3B
(129,139,59)
#717A34
(113,122,52)
#61692D
(97,105,45)
#515826
(81,88,38)
#41471F
(65,71,31)
#313618
(49,54,24)
#212511
(33,37,17)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #B1BE50

#B1BE50
(177,190,80)
#B8C35F
(184,195,95)
#BFC86E
(191,200,110)
#C6CD7D
(198,205,125)
#CDD28C
(205,210,140)
#D4D79B
(212,215,155)
#DBDCAA
(219,220,170)
#E2E1B9
(226,225,185)
#E9E6C8
(233,230,200)
#F0EBD7
(240,235,215)
#F7F0E6
(247,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BE50 color. Also use rgb(177,190,80) instead hex code.

Text Font Color

.myTextColor { color: #B1BE50; }

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

This text font color is #B1BE50.

Background Color

.myBgColor { background-color: #B1BE50; }

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

This div background color is #B1BE50.

Border color

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

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

This div border color is #B1BE50.

Opacity

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

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

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

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

This text has shadow with #B1BE50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BE50.

Preview

Color preview on black background

This text has color #B1BE50 on black background.


Color preview on white background

This text has color #B1BE50 on white background.


Black color preview on #B1BE50 background

This text has black color on #B1BE50 background.


White color preview on #B1BE50 background

This text has white color on #B1BE50 background.


Related colors

Complementary color

Complementary color for #hex is #4E41AF.


I love getcolorcode.com

Triadic colors

1 #50B1BE and #BE50B1 with #B1BE50 are triadic colors.

2 #50BEB1 and #BEB150 with #B1BE50 are triadic colors.