COLOR #B9E09A

HEX: #B9E09A RGB: (185,224,154)

Color info

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

RGB color model

#B9E09A color RGB value is (185,224,154).

RGB: (185,224,154) (73%, 88%, 60%)

RGB channels and saturation

R 185 of 255 = 73%
G 224 of 255 = 88%
B 154 of 255 = 60%

185
224
154

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

Portions of RGB colors in percentages

R + G + B = 185 + 224 + 154 = 563 (100%)
R 185 of 563 ~ 32.86%
G 224 of 563 ~ 39.79%
B 154 of 563 ~ 27.35'%

%32.86
%39.79
%27.35

CMYK color model

#B9E09A color CMYK value is (17,0,31,12).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 12.16%

CMYK: (17,0,31,12)
C17M0Y31K12 (17%, 0%, 31%, 12%)
(0.17 / 0.00 / 0.31 / 0.12)

CMYK percentages

%17.41
%0
%31.25
%12.16

Codes

Color #B9E09A in popluar color models

B9 E0 9A
RGB 185 224 154
HSL 93° 53.03% 74.12%
HSB/HSV 93° 31.25% 87.84%
CMYK 17.41% 0.00% 31.25%
12.16%

Color #B9E09A in popluar number systems.

HEX B9 E0 9A
Decimal 185 224 154
Binary 10111001 11100000 10011010
Octal 271 340 232

Shades and tints

Shades of #B9E09A

#B9E09A
(185,224,154)
#A9CC8C
(169,204,140)
#99B87E
(153,184,126)
#89A470
(137,164,112)
#799062
(121,144,98)
#697C54
(105,124,84)
#596846
(89,104,70)
#495438
(73,84,56)
#39402A
(57,64,42)
#292C1C
(41,44,28)
#19180E
(25,24,14)
#000000
(0,0,0)

Tints of #B9E09A

#B9E09A
(185,224,154)
#BFE2A3
(191,226,163)
#C5E4AC
(197,228,172)
#CBE6B5
(203,230,181)
#D1E8BE
(209,232,190)
#D7EAC7
(215,234,199)
#DDECD0
(221,236,208)
#E3EED9
(227,238,217)
#E9F0E2
(233,240,226)
#EFF2EB
(239,242,235)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E09A; }

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

This text font color is #B9E09A.

Background Color

.myBgColor { background-color: #B9E09A; }

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

This div background color is #B9E09A.

Border color

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

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

This div border color is #B9E09A.

Opacity

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

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

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

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

This text has shadow with #B9E09A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E09A.

Preview

Color preview on black background

This text has color #B9E09A on black background.


Color preview on white background

This text has color #B9E09A on white background.


Black color preview on #B9E09A background

This text has black color on #B9E09A background.


White color preview on #B9E09A background

This text has white color on #B9E09A background.


Related colors

Complementary color

Complementary color for #hex is #461F65.


I love getcolorcode.com

Triadic colors

1 #9AB9E0 and #E09AB9 with #B9E09A are triadic colors.

2 #9AE0B9 and #E0B99A with #B9E09A are triadic colors.