COLOR #B1D56A

HEX: #B1D56A
RGB: (177,213,106)

Color info

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

RGB color model

#B1D56A color RGB value is (177,213,106).

  • red value is 177;
  • green value is 213;
  • blue value is 106.
RGB:
(177,213,106)
(69%,84%,42%)

RGB channels and saturation

R 177 of 255 = 69%
G 213 of 255 = 84%
B 106 of 255 = 42%

177
213
106

R + G + B ~ 65%. #B1D56A is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 213 + 106 = 496 (100%)
R 177 of 496 ~ 35.69%
G 213 of 496 ~ 42.94%
B 106 of 496 ~ 21.37%

%35.69
%42.94
%21.37

CMYK color model

#B1D56A color CMYK value is (17,0,50,16).

  • cyan value is 16.90%
  • magenta value is 0.00%
  • yellow value is 50.23%
  • key color value is 16.47%
CMYK:
(17,0,50,16)
C17M0Y50K16 
(17%,0%,50%,16%)
(0.17/0.00/0.50/0.16)	

CMYK percentages

%16.9
%0
%50.23
%16.47

Codes

Color #B1D56A in popluar color models

B1D56A
RGB177213106
HSL80°56.02%62.55%
HSB/HSV80°50.23%83.53%
CMYK16.90%0.00%50.23%
16.47%

Color #B1D56A in popluar number systems.

HEXB1D56A
Decimal177213106
Binary10110001110101011101010
Octal261325152

Shades and tints

Shades of #B1D56A

#B1D56A
(177,213,106)
#A1C261
(161,194,97)
#91AF58
(145,175,88)
#819C4F
(129,156,79)
#718946
(113,137,70)
#61763D
(97,118,61)
#516334
(81,99,52)
#41502B
(65,80,43)
#313D22
(49,61,34)
#212A19
(33,42,25)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #B1D56A

#B1D56A
(177,213,106)
#B8D877
(184,216,119)
#BFDB84
(191,219,132)
#C6DE91
(198,222,145)
#CDE19E
(205,225,158)
#D4E4AB
(212,228,171)
#DBE7B8
(219,231,184)
#E2EAC5
(226,234,197)
#E9EDD2
(233,237,210)
#F0F0DF
(240,240,223)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D56A color. Also use rgb(177,213,106) instead hex code.

Text Font Color

.myTextColor { color: #B1D56A; }

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

This text font color is #B1D56A.


Background Color

.myBgColor { background-color: #B1D56A; }

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

This div background color is #B1D56A.


Border color

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

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

This div border color is #B1D56A.


Opacity

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

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

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

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

This text has shadow with #B1D56A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D56A on black background.


Color preview on white background

This text has color #B1D56A on white background.



Black color preview on #B1D56A background

This text has black color on #B1D56A background.


White color preview on #B1D56A background

This text has white color on #B1D56A background.