COLOR #B1BE08

HEX: #B1BE08
RGB: (177,190,8)

Color info

#B1BE08 contains mainly red and green colors. Web safe color of #B1BE08 is #99CC00 (or #9C0).

RGB color model

#B1BE08 color RGB value is (177,190,8).

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

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 8 of 255 = 3%

177
190
8

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

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 8 = 375 (100%)
R 177 of 375 ~ 47.2%
G 190 of 375 ~ 50.67%
B 8 of 375 ~ 2.13%

%47.2
%50.67

CMYK color model

#B1BE08 color CMYK value is (7,0,96,25).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 95.79%
  • key color value is 25.49%
CMYK:
(7,0,96,25)
C7M0Y96K25 
(7%,0%,96%,25%)
(0.07/0.00/0.96/0.25)	

CMYK percentages

%6.84
%0
%95.79
%25.49

Codes

Color #B1BE08 in popluar color models

B1BE08
RGB1771908
HSL64°91.92%38.82%
HSB/HSV64°95.79%74.51%
CMYK6.84%0.00%95.79%
25.49%

Color #B1BE08 in popluar number systems.

HEXB1BE08
Decimal1771908
Binary10110001101111101000
Octal26127610

Shades and tints

Shades of #B1BE08

#B1BE08
(177,190,8)
#A1AD08
(161,173,8)
#919C08
(145,156,8)
#818B08
(129,139,8)
#717A08
(113,122,8)
#616908
(97,105,8)
#515808
(81,88,8)
#414708
(65,71,8)
#313608
(49,54,8)
#212508
(33,37,8)
#111408
(17,20,8)
#000000
(0,0,0)

Tints of #B1BE08

#B1BE08
(177,190,8)
#B8C31E
(184,195,30)
#BFC834
(191,200,52)
#C6CD4A
(198,205,74)
#CDD260
(205,210,96)
#D4D776
(212,215,118)
#DBDC8C
(219,220,140)
#E2E1A2
(226,225,162)
#E9E6B8
(233,230,184)
#F0EBCE
(240,235,206)
#F7F0E4
(247,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BE08; }

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

This text font color is #B1BE08.


Background Color

.myBgColor { background-color: #B1BE08; }

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

This div background color is #B1BE08.


Border color

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

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

This div border color is #B1BE08.


Opacity

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

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

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

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

This text has shadow with #B1BE08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BE08 on black background.


Color preview on white background

This text has color #B1BE08 on white background.



Black color preview on #B1BE08 background

This text has black color on #B1BE08 background.


White color preview on #B1BE08 background

This text has white color on #B1BE08 background.