COLOR #B1BE66

HEX: #B1BE66
RGB: (177,190,102)

Color info

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

RGB color model

#B1BE66 color RGB value is (177,190,102).

  • red value is 177;
  • green value is 190;
  • blue value is 102.
RGB:
(177,190,102)
(69%,75%,40%)

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 102 of 255 = 40%

177
190
102

R + G + B ~ 61%. #B1BE66 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 102 = 469 (100%)
R 177 of 469 ~ 37.74%
G 190 of 469 ~ 40.51%
B 102 of 469 ~ 21.75%

%37.74
%40.51
%21.75

CMYK color model

#B1BE66 color CMYK value is (7,0,46,25).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 46.32%
  • key color value is 25.49%
CMYK:
(7,0,46,25)
C7M0Y46K25 
(7%,0%,46%,25%)
(0.07/0.00/0.46/0.25)	

CMYK percentages

%6.84
%0
%46.32
%25.49

Codes

Color #B1BE66 in popluar color models

B1BE66
RGB177190102
HSL69°40.37%57.25%
HSB/HSV69°46.32%74.51%
CMYK6.84%0.00%46.32%
25.49%

Color #B1BE66 in popluar number systems.

HEXB1BE66
Decimal177190102
Binary10110001101111101100110
Octal261276146

Shades and tints

Shades of #B1BE66

#B1BE66
(177,190,102)
#A1AD5D
(161,173,93)
#919C54
(145,156,84)
#818B4B
(129,139,75)
#717A42
(113,122,66)
#616939
(97,105,57)
#515830
(81,88,48)
#414727
(65,71,39)
#31361E
(49,54,30)
#212515
(33,37,21)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #B1BE66

#B1BE66
(177,190,102)
#B8C373
(184,195,115)
#BFC880
(191,200,128)
#C6CD8D
(198,205,141)
#CDD29A
(205,210,154)
#D4D7A7
(212,215,167)
#DBDCB4
(219,220,180)
#E2E1C1
(226,225,193)
#E9E6CE
(233,230,206)
#F0EBDB
(240,235,219)
#F7F0E8
(247,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BE66; }

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

This text font color is #B1BE66.


Background Color

.myBgColor { background-color: #B1BE66; }

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

This div background color is #B1BE66.


Border color

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

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

This div border color is #B1BE66.


Opacity

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

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

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

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

This text has shadow with #B1BE66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BE66 on black background.


Color preview on white background

This text has color #B1BE66 on white background.



Black color preview on #B1BE66 background

This text has black color on #B1BE66 background.


White color preview on #B1BE66 background

This text has white color on #B1BE66 background.