COLOR #B9F896

HEX: #B9F896
RGB: (185,248,150)

Color info

#B9F896 contains mainly green color. Web safe color of #B9F896 is #CCFF99 (or #CF9).

RGB color model

#B9F896 color RGB value is (185,248,150).

  • red value is 185;
  • green value is 248;
  • blue value is 150.
RGB:
(185,248,150)
(73%,97%,59%)

RGB channels and saturation

R 185 of 255 = 73%
G 248 of 255 = 97%
B 150 of 255 = 59%

185
248
150

R + G + B ~ 76%. #B9F896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 248 + 150 = 583 (100%)
R 185 of 583 ~ 31.73%
G 248 of 583 ~ 42.54%
B 150 of 583 ~ 25.73%

%31.73
%42.54
%25.73

CMYK color model

#B9F896 color CMYK value is (25,0,40,3).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 39.52%
  • key color value is 2.75%
CMYK:
(25,0,40,3)
C25M0Y40K3 
(25%,0%,40%,3%)
(0.25/0.00/0.40/0.03)	

CMYK percentages

%25.4
%0
%39.52
%2.75

Codes

Color #B9F896 in popluar color models

B9F896
RGB185248150
HSL99°87.50%78.04%
HSB/HSV99°39.52%97.25%
CMYK25.40%0.00%39.52%
2.75%

Color #B9F896 in popluar number systems.

HEXB9F896
Decimal185248150
Binary101110011111100010010110
Octal271370226

Shades and tints

Shades of #B9F896

#B9F896
(185,248,150)
#A9E289
(169,226,137)
#99CC7C
(153,204,124)
#89B66F
(137,182,111)
#79A062
(121,160,98)
#698A55
(105,138,85)
#597448
(89,116,72)
#495E3B
(73,94,59)
#39482E
(57,72,46)
#293221
(41,50,33)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #B9F896

#B9F896
(185,248,150)
#BFF89F
(191,248,159)
#C5F8A8
(197,248,168)
#CBF8B1
(203,248,177)
#D1F8BA
(209,248,186)
#D7F8C3
(215,248,195)
#DDF8CC
(221,248,204)
#E3F8D5
(227,248,213)
#E9F8DE
(233,248,222)
#EFF8E7
(239,248,231)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F896 color. Also use rgb(185,248,150) instead hex code.

Text Font Color

.myTextColor { color: #B9F896; }

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

This text font color is #B9F896.


Background Color

.myBgColor { background-color: #B9F896; }

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

This div background color is #B9F896.


Border color

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

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

This div border color is #B9F896.


Opacity

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

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

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

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

This text has shadow with #B9F896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F896 on black background.


Color preview on white background

This text has color #B9F896 on white background.



Black color preview on #B9F896 background

This text has black color on #B9F896 background.


White color preview on #B9F896 background

This text has white color on #B9F896 background.