COLOR #B9F58C

HEX: #B9F58C RGB: (185,245,140)

Color info

#B9F58C contains mainly green color. Web safe color of #B9F58C is #CCFF99 (or #CF9).

RGB color model

#B9F58C color RGB value is (185,245,140).

RGB: (185,245,140) (73%, 96%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 245 of 255 = 96%
B 140 of 255 = 55%

185
245
140

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

Portions of RGB colors in percentages

R + G + B = 185 + 245 + 140 = 570 (100%)
R 185 of 570 ~ 32.46%
G 245 of 570 ~ 42.98%
B 140 of 570 ~ 24.56'%

%32.46
%42.98
%24.56

CMYK color model

#B9F58C color CMYK value is (24,0,43,4).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 3.92%

CMYK: (24,0,43,4)
C24M0Y43K4 (24%, 0%, 43%, 4%)
(0.24 / 0.00 / 0.43 / 0.04)

CMYK percentages

%24.49
%0
%42.86
%3.92

Codes

Color #B9F58C in popluar color models

B9 F5 8C
RGB 185 245 140
HSL 94° 84.00% 75.49%
HSB/HSV 94° 42.86% 96.08%
CMYK 24.49% 0.00% 42.86%
3.92%

Color #B9F58C in popluar number systems.

HEX B9 F5 8C
Decimal 185 245 140
Binary 10111001 11110101 10001100
Octal 271 365 214

Shades and tints

Shades of #B9F58C

#B9F58C
(185,245,140)
#A9DF80
(169,223,128)
#99C974
(153,201,116)
#89B368
(137,179,104)
#799D5C
(121,157,92)
#698750
(105,135,80)
#597144
(89,113,68)
#495B38
(73,91,56)
#39452C
(57,69,44)
#292F20
(41,47,32)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #B9F58C

#B9F58C
(185,245,140)
#BFF596
(191,245,150)
#C5F5A0
(197,245,160)
#CBF5AA
(203,245,170)
#D1F5B4
(209,245,180)
#D7F5BE
(215,245,190)
#DDF5C8
(221,245,200)
#E3F5D2
(227,245,210)
#E9F5DC
(233,245,220)
#EFF5E6
(239,245,230)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F58C color. Also use rgb(185,245,140) instead hex code.

Text Font Color

.myTextColor { color: #B9F58C; }

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

This text font color is #B9F58C.

Background Color

.myBgColor { background-color: #B9F58C; }

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

This div background color is #B9F58C.

Border color

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

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

This div border color is #B9F58C.

Opacity

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

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

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

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

This text has shadow with #B9F58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9F58C.

Preview

Color preview on black background

This text has color #B9F58C on black background.


Color preview on white background

This text has color #B9F58C on white background.


Black color preview on #B9F58C background

This text has black color on #B9F58C background.


White color preview on #B9F58C background

This text has white color on #B9F58C background.


Related colors

Complementary color

Complementary color for #hex is #460A73.


I love getcolorcode.com

Triadic colors

1 #8CB9F5 and #F58CB9 with #B9F58C are triadic colors.

2 #8CF5B9 and #F5B98C with #B9F58C are triadic colors.