COLOR #B9EB91

HEX: #B9EB91 RGB: (185,235,145)

Color info

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

RGB color model

#B9EB91 color RGB value is (185,235,145).

RGB: (185,235,145) (73%, 92%, 57%)

RGB channels and saturation

R 185 of 255 = 73%
G 235 of 255 = 92%
B 145 of 255 = 57%

185
235
145

R + G + B ~ 74%. #B9EB91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 235 + 145 = 565 (100%)
R 185 of 565 ~ 32.74%
G 235 of 565 ~ 41.59%
B 145 of 565 ~ 25.66'%

%32.74
%41.59
%25.66

CMYK color model

#B9EB91 color CMYK value is (21,0,38,8).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 7.84%

CMYK: (21,0,38,8)
C21M0Y38K8 (21%, 0%, 38%, 8%)
(0.21 / 0.00 / 0.38 / 0.08)

CMYK percentages

%21.28
%0
%38.3
%7.84

Codes

Color #B9EB91 in popluar color models

B9 EB 91
RGB 185 235 145
HSL 93° 69.23% 74.51%
HSB/HSV 93° 38.30% 92.16%
CMYK 21.28% 0.00% 38.30%
7.84%

Color #B9EB91 in popluar number systems.

HEX B9 EB 91
Decimal 185 235 145
Binary 10111001 11101011 10010001
Octal 271 353 221

Shades and tints

Shades of #B9EB91

#B9EB91
(185,235,145)
#A9D684
(169,214,132)
#99C177
(153,193,119)
#89AC6A
(137,172,106)
#79975D
(121,151,93)
#698250
(105,130,80)
#596D43
(89,109,67)
#495836
(73,88,54)
#394329
(57,67,41)
#292E1C
(41,46,28)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #B9EB91

#B9EB91
(185,235,145)
#BFEC9B
(191,236,155)
#C5EDA5
(197,237,165)
#CBEEAF
(203,238,175)
#D1EFB9
(209,239,185)
#D7F0C3
(215,240,195)
#DDF1CD
(221,241,205)
#E3F2D7
(227,242,215)
#E9F3E1
(233,243,225)
#EFF4EB
(239,244,235)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EB91 color. Also use rgb(185,235,145) instead hex code.

Text Font Color

.myTextColor { color: #B9EB91; }

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

This text font color is #B9EB91.

Background Color

.myBgColor { background-color: #B9EB91; }

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

This div background color is #B9EB91.

Border color

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

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

This div border color is #B9EB91.

Opacity

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

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

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

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

This text has shadow with #B9EB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EB91.

Preview

Color preview on black background

This text has color #B9EB91 on black background.


Color preview on white background

This text has color #B9EB91 on white background.


Black color preview on #B9EB91 background

This text has black color on #B9EB91 background.


White color preview on #B9EB91 background

This text has white color on #B9EB91 background.


Related colors

Complementary color

Complementary color for #hex is #46146E.


I love getcolorcode.com

Triadic colors

1 #91B9EB and #EB91B9 with #B9EB91 are triadic colors.

2 #91EBB9 and #EBB991 with #B9EB91 are triadic colors.