COLOR #B9F096

HEX: #B9F096
RGB: (185,240,150)

Color info

#B9F096 contains mainly red and green colors. Web safe color of #B9F096 is #CCFF99 (or #CF9).

RGB color model

#B9F096 color RGB value is (185,240,150).

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

RGB channels and saturation

R 185 of 255 = 73%
G 240 of 255 = 94%
B 150 of 255 = 59%

185
240
150

R + G + B ~ 75%. #B9F096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 240 + 150 = 575 (100%)
R 185 of 575 ~ 32.17%
G 240 of 575 ~ 41.74%
B 150 of 575 ~ 26.09%

%32.17
%41.74
%26.09

CMYK color model

#B9F096 color CMYK value is (23,0,38,6).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 5.88%
CMYK:
(23,0,38,6)
C23M0Y38K6 
(23%,0%,38%,6%)
(0.23/0.00/0.38/0.06)	

CMYK percentages

%22.92
%0
%37.5
%5.88

Codes

Color #B9F096 in popluar color models

B9F096
RGB185240150
HSL97°75.00%76.47%
HSB/HSV97°37.50%94.12%
CMYK22.92%0.00%37.50%
5.88%

Color #B9F096 in popluar number systems.

HEXB9F096
Decimal185240150
Binary101110011111000010010110
Octal271360226

Shades and tints

Shades of #B9F096

#B9F096
(185,240,150)
#A9DB89
(169,219,137)
#99C67C
(153,198,124)
#89B16F
(137,177,111)
#799C62
(121,156,98)
#698755
(105,135,85)
#597248
(89,114,72)
#495D3B
(73,93,59)
#39482E
(57,72,46)
#293321
(41,51,33)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #B9F096

#B9F096
(185,240,150)
#BFF19F
(191,241,159)
#C5F2A8
(197,242,168)
#CBF3B1
(203,243,177)
#D1F4BA
(209,244,186)
#D7F5C3
(215,245,195)
#DDF6CC
(221,246,204)
#E3F7D5
(227,247,213)
#E9F8DE
(233,248,222)
#EFF9E7
(239,249,231)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F096; }

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

This text font color is #B9F096.


Background Color

.myBgColor { background-color: #B9F096; }

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

This div background color is #B9F096.


Border color

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

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

This div border color is #B9F096.


Opacity

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

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

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

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

This text has shadow with #B9F096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F096 on black background.


Color preview on white background

This text has color #B9F096 on white background.



Black color preview on #B9F096 background

This text has black color on #B9F096 background.


White color preview on #B9F096 background

This text has white color on #B9F096 background.