COLOR #B9F596

HEX: #B9F596 RGB: (185,245,150)

Color info

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

RGB color model

#B9F596 color RGB value is (185,245,150).

RGB: (185,245,150) (73%, 96%, 59%)

RGB channels and saturation

R 185 of 255 = 73%
G 245 of 255 = 96%
B 150 of 255 = 59%

185
245
150

R + G + B ~ 76%. #B9F596 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 245 + 150 = 580 (100%)
R 185 of 580 ~ 31.9%
G 245 of 580 ~ 42.24%
B 150 of 580 ~ 25.86'%

%31.9
%42.24
%25.86

CMYK color model

#B9F596 color CMYK value is (24,0,39,4).

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

CMYK: (24,0,39,4)
C24M0Y39K4 (24%, 0%, 39%, 4%)
(0.24 / 0.00 / 0.39 / 0.04)

CMYK percentages

%24.49
%0
%38.78
%3.92

Codes

Color #B9F596 in popluar color models

B9 F5 96
RGB 185 245 150
HSL 98° 82.61% 77.45%
HSB/HSV 98° 38.78% 96.08%
CMYK 24.49% 0.00% 38.78%
3.92%

Color #B9F596 in popluar number systems.

HEX B9 F5 96
Decimal 185 245 150
Binary 10111001 11110101 10010110
Octal 271 365 226

Shades and tints

Shades of #B9F596

#B9F596
(185,245,150)
#A9DF89
(169,223,137)
#99C97C
(153,201,124)
#89B36F
(137,179,111)
#799D62
(121,157,98)
#698755
(105,135,85)
#597148
(89,113,72)
#495B3B
(73,91,59)
#39452E
(57,69,46)
#292F21
(41,47,33)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #B9F596

#B9F596
(185,245,150)
#BFF59F
(191,245,159)
#C5F5A8
(197,245,168)
#CBF5B1
(203,245,177)
#D1F5BA
(209,245,186)
#D7F5C3
(215,245,195)
#DDF5CC
(221,245,204)
#E3F5D5
(227,245,213)
#E9F5DE
(233,245,222)
#EFF5E7
(239,245,231)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F596; }

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

This text font color is #B9F596.

Background Color

.myBgColor { background-color: #B9F596; }

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

This div background color is #B9F596.

Border color

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

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

This div border color is #B9F596.

Opacity

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

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

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

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

This text has shadow with #B9F596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9F596.

Preview

Color preview on black background

This text has color #B9F596 on black background.


Color preview on white background

This text has color #B9F596 on white background.


Black color preview on #B9F596 background

This text has black color on #B9F596 background.


White color preview on #B9F596 background

This text has white color on #B9F596 background.


Related colors

Complementary color

Complementary color for #hex is #460A69.


I love getcolorcode.com

Triadic colors

1 #96B9F5 and #F596B9 with #B9F596 are triadic colors.

2 #96F5B9 and #F5B996 with #B9F596 are triadic colors.