COLOR #B1C864

HEX: #B1C864
RGB: (177,200,100)

Color info

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

RGB color model

#B1C864 color RGB value is (177,200,100).

  • red value is 177;
  • green value is 200;
  • blue value is 100.
RGB:
(177,200,100)
(69%,78%,39%)

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 100 of 255 = 39%

177
200
100

R + G + B ~ 62%. #B1C864 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 100 = 477 (100%)
R 177 of 477 ~ 37.11%
G 200 of 477 ~ 41.93%
B 100 of 477 ~ 20.96%

%37.11
%41.93
%20.96

CMYK color model

#B1C864 color CMYK value is (12,0,50,22).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 21.57%
CMYK:
(12,0,50,22)
C12M0Y50K22 
(12%,0%,50%,22%)
(0.12/0.00/0.50/0.22)	

CMYK percentages

%11.5
%0
%50
%21.57

Codes

Color #B1C864 in popluar color models

B1C864
RGB177200100
HSL74°47.62%58.82%
HSB/HSV74°50.00%78.43%
CMYK11.50%0.00%50.00%
21.57%

Color #B1C864 in popluar number systems.

HEXB1C864
Decimal177200100
Binary10110001110010001100100
Octal261310144

Shades and tints

Shades of #B1C864

#B1C864
(177,200,100)
#A1B65B
(161,182,91)
#91A452
(145,164,82)
#819249
(129,146,73)
#718040
(113,128,64)
#616E37
(97,110,55)
#515C2E
(81,92,46)
#414A25
(65,74,37)
#31381C
(49,56,28)
#212613
(33,38,19)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #B1C864

#B1C864
(177,200,100)
#B8CD72
(184,205,114)
#BFD280
(191,210,128)
#C6D78E
(198,215,142)
#CDDC9C
(205,220,156)
#D4E1AA
(212,225,170)
#DBE6B8
(219,230,184)
#E2EBC6
(226,235,198)
#E9F0D4
(233,240,212)
#F0F5E2
(240,245,226)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C864 color. Also use rgb(177,200,100) instead hex code.

Text Font Color

.myTextColor { color: #B1C864; }

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

This text font color is #B1C864.


Background Color

.myBgColor { background-color: #B1C864; }

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

This div background color is #B1C864.


Border color

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

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

This div border color is #B1C864.


Opacity

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

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

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

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

This text has shadow with #B1C864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C864 on black background.


Color preview on white background

This text has color #B1C864 on white background.



Black color preview on #B1C864 background

This text has black color on #B1C864 background.


White color preview on #B1C864 background

This text has white color on #B1C864 background.