COLOR #B9E095

HEX: #B9E095
RGB: (185,224,149)

Color info

#B9E095 contains mainly red and green colors. Web safe color of #B9E095 is #CCCC99 (or #CC9).

RGB color model

#B9E095 color RGB value is (185,224,149).

  • red value is 185;
  • green value is 224;
  • blue value is 149.
RGB:
(185,224,149)
(73%,88%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 224 of 255 = 88%
B 149 of 255 = 58%

185
224
149

R + G + B ~ 73%. #B9E095 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 224 + 149 = 558 (100%)
R 185 of 558 ~ 33.15%
G 224 of 558 ~ 40.14%
B 149 of 558 ~ 26.7%

%33.15
%40.14
%26.7

CMYK color model

#B9E095 color CMYK value is (17,0,33,12).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 12.16%
CMYK:
(17,0,33,12)
C17M0Y33K12 
(17%,0%,33%,12%)
(0.17/0.00/0.33/0.12)	

CMYK percentages

%17.41
%0
%33.48
%12.16

Codes

Color #B9E095 in popluar color models

B9E095
RGB185224149
HSL91°54.74%73.14%
HSB/HSV91°33.48%87.84%
CMYK17.41%0.00%33.48%
12.16%

Color #B9E095 in popluar number systems.

HEXB9E095
Decimal185224149
Binary101110011110000010010101
Octal271340225

Shades and tints

Shades of #B9E095

#B9E095
(185,224,149)
#A9CC88
(169,204,136)
#99B87B
(153,184,123)
#89A46E
(137,164,110)
#799061
(121,144,97)
#697C54
(105,124,84)
#596847
(89,104,71)
#49543A
(73,84,58)
#39402D
(57,64,45)
#292C20
(41,44,32)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #B9E095

#B9E095
(185,224,149)
#BFE29E
(191,226,158)
#C5E4A7
(197,228,167)
#CBE6B0
(203,230,176)
#D1E8B9
(209,232,185)
#D7EAC2
(215,234,194)
#DDECCB
(221,236,203)
#E3EED4
(227,238,212)
#E9F0DD
(233,240,221)
#EFF2E6
(239,242,230)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E095 color. Also use rgb(185,224,149) instead hex code.

Text Font Color

.myTextColor { color: #B9E095; }

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

This text font color is #B9E095.


Background Color

.myBgColor { background-color: #B9E095; }

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

This div background color is #B9E095.


Border color

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

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

This div border color is #B9E095.


Opacity

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

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

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

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

This text has shadow with #B9E095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E095 on black background.


Color preview on white background

This text has color #B9E095 on white background.



Black color preview on #B9E095 background

This text has black color on #B9E095 background.


White color preview on #B9E095 background

This text has white color on #B9E095 background.