COLOR #B9E098

HEX: #B9E098 RGB: (185,224,152)

Color info

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

RGB color model

#B9E098 color RGB value is (185,224,152).

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

RGB channels and saturation

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

185
224
152

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

Portions of RGB colors in percentages

R + G + B = 185 + 224 + 152 = 561 (100%)
R 185 of 561 ~ 32.98%
G 224 of 561 ~ 39.93%
B 152 of 561 ~ 27.09'%

%32.98
%39.93
%27.09

CMYK color model

#B9E098 color CMYK value is (17,0,32,12).

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

CMYK: (17,0,32,12)
C17M0Y32K12 (17%, 0%, 32%, 12%)
(0.17 / 0.00 / 0.32 / 0.12)

CMYK percentages

%17.41
%0
%32.14
%12.16

Codes

Color #B9E098 in popluar color models

B9 E0 98
RGB 185 224 152
HSL 93° 53.73% 73.73%
HSB/HSV 93° 32.14% 87.84%
CMYK 17.41% 0.00% 32.14%
12.16%

Color #B9E098 in popluar number systems.

HEX B9 E0 98
Decimal 185 224 152
Binary 10111001 11100000 10011000
Octal 271 340 230

Shades and tints

Shades of #B9E098

#B9E098
(185,224,152)
#A9CC8B
(169,204,139)
#99B87E
(153,184,126)
#89A471
(137,164,113)
#799064
(121,144,100)
#697C57
(105,124,87)
#59684A
(89,104,74)
#49543D
(73,84,61)
#394030
(57,64,48)
#292C23
(41,44,35)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #B9E098

#B9E098
(185,224,152)
#BFE2A1
(191,226,161)
#C5E4AA
(197,228,170)
#CBE6B3
(203,230,179)
#D1E8BC
(209,232,188)
#D7EAC5
(215,234,197)
#DDECCE
(221,236,206)
#E3EED7
(227,238,215)
#E9F0E0
(233,240,224)
#EFF2E9
(239,242,233)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E098; }

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

This text font color is #B9E098.

Background Color

.myBgColor { background-color: #B9E098; }

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

This div background color is #B9E098.

Border color

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

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

This div border color is #B9E098.

Opacity

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

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

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

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

This text has shadow with #B9E098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E098.

Preview

Color preview on black background

This text has color #B9E098 on black background.


Color preview on white background

This text has color #B9E098 on white background.


Black color preview on #B9E098 background

This text has black color on #B9E098 background.


White color preview on #B9E098 background

This text has white color on #B9E098 background.


Related colors

Complementary color

Complementary color for #B9E098 is #461F67.


I love getcolorcode.com

Triadic colors

1 #98B9E0 and #E098B9 with #B9E098 are triadic colors.

2 #98E0B9 and #E0B998 with #B9E098 are triadic colors.