COLOR #B9E89A

HEX: #B9E89A RGB: (185,232,154)

Color info

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

RGB color model

#B9E89A color RGB value is (185,232,154).

RGB: (185,232,154) (73%, 91%, 60%)

RGB channels and saturation

R 185 of 255 = 73%
G 232 of 255 = 91%
B 154 of 255 = 60%

185
232
154

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

Portions of RGB colors in percentages

R + G + B = 185 + 232 + 154 = 571 (100%)
R 185 of 571 ~ 32.4%
G 232 of 571 ~ 40.63%
B 154 of 571 ~ 26.97'%

%32.4
%40.63
%26.97

CMYK color model

#B9E89A color CMYK value is (20,0,34,9).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 9.02%

CMYK: (20,0,34,9)
C20M0Y34K9 (20%, 0%, 34%, 9%)
(0.20 / 0.00 / 0.34 / 0.09)

CMYK percentages

%20.26
%0
%33.62
%9.02

Codes

Color #B9E89A in popluar color models

B9 E8 9A
RGB 185 232 154
HSL 96° 62.90% 75.69%
HSB/HSV 96° 33.62% 90.98%
CMYK 20.26% 0.00% 33.62%
9.02%

Color #B9E89A in popluar number systems.

HEX B9 E8 9A
Decimal 185 232 154
Binary 10111001 11101000 10011010
Octal 271 350 232

Shades and tints

Shades of #B9E89A

#B9E89A
(185,232,154)
#A9D38C
(169,211,140)
#99BE7E
(153,190,126)
#89A970
(137,169,112)
#799462
(121,148,98)
#697F54
(105,127,84)
#596A46
(89,106,70)
#495538
(73,85,56)
#39402A
(57,64,42)
#292B1C
(41,43,28)
#19160E
(25,22,14)
#000000
(0,0,0)

Tints of #B9E89A

#B9E89A
(185,232,154)
#BFEAA3
(191,234,163)
#C5ECAC
(197,236,172)
#CBEEB5
(203,238,181)
#D1F0BE
(209,240,190)
#D7F2C7
(215,242,199)
#DDF4D0
(221,244,208)
#E3F6D9
(227,246,217)
#E9F8E2
(233,248,226)
#EFFAEB
(239,250,235)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E89A color. Also use rgb(185,232,154) instead hex code.

Text Font Color

.myTextColor { color: #B9E89A; }

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

This text font color is #B9E89A.

Background Color

.myBgColor { background-color: #B9E89A; }

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

This div background color is #B9E89A.

Border color

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

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

This div border color is #B9E89A.

Opacity

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

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

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

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

This text has shadow with #B9E89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E89A.

Preview

Color preview on black background

This text has color #B9E89A on black background.


Color preview on white background

This text has color #B9E89A on white background.


Black color preview on #B9E89A background

This text has black color on #B9E89A background.


White color preview on #B9E89A background

This text has white color on #B9E89A background.


Related colors

Complementary color

Complementary color for #hex is #461765.


I love getcolorcode.com

Triadic colors

1 #9AB9E8 and #E89AB9 with #B9E89A are triadic colors.

2 #9AE8B9 and #E8B99A with #B9E89A are triadic colors.