COLOR #B2F89A

HEX: #B2F89A RGB: (178,248,154)

Color info

#B2F89A contains mainly green color. Web safe color of #B2F89A is #99FF99 (or #9F9).

RGB color model

#B2F89A color RGB value is (178,248,154).

RGB: (178,248,154) (70%, 97%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 248 of 255 = 97%
B 154 of 255 = 60%

178
248
154

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

Portions of RGB colors in percentages

R + G + B = 178 + 248 + 154 = 580 (100%)
R 178 of 580 ~ 30.69%
G 248 of 580 ~ 42.76%
B 154 of 580 ~ 26.55'%

%30.69
%42.76
%26.55

CMYK color model

#B2F89A color CMYK value is (28,0,38,3).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 37.90%
  • key color value is 2.75%

CMYK: (28,0,38,3)
C28M0Y38K3 (28%, 0%, 38%, 3%)
(0.28 / 0.00 / 0.38 / 0.03)

CMYK percentages

%28.23
%0
%37.9
%2.75

Codes

Color #B2F89A in popluar color models

B2 F8 9A
RGB 178 248 154
HSL 105° 87.04% 78.82%
HSB/HSV 105° 37.90% 97.25%
CMYK 28.23% 0.00% 37.90%
2.75%

Color #B2F89A in popluar number systems.

HEX B2 F8 9A
Decimal 178 248 154
Binary 10110010 11111000 10011010
Octal 262 370 232

Shades and tints

Shades of #B2F89A

#B2F89A
(178,248,154)
#A2E28C
(162,226,140)
#92CC7E
(146,204,126)
#82B670
(130,182,112)
#72A062
(114,160,98)
#628A54
(98,138,84)
#527446
(82,116,70)
#425E38
(66,94,56)
#32482A
(50,72,42)
#22321C
(34,50,28)
#121C0E
(18,28,14)
#000000
(0,0,0)

Tints of #B2F89A

#B2F89A
(178,248,154)
#B9F8A3
(185,248,163)
#C0F8AC
(192,248,172)
#C7F8B5
(199,248,181)
#CEF8BE
(206,248,190)
#D5F8C7
(213,248,199)
#DCF8D0
(220,248,208)
#E3F8D9
(227,248,217)
#EAF8E2
(234,248,226)
#F1F8EB
(241,248,235)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F89A color. Also use rgb(178,248,154) instead hex code.

Text Font Color

.myTextColor { color: #B2F89A; }

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

This text font color is #B2F89A.

Background Color

.myBgColor { background-color: #B2F89A; }

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

This div background color is #B2F89A.

Border color

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

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

This div border color is #B2F89A.

Opacity

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

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

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

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

This text has shadow with #B2F89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F89A.

Preview

Color preview on black background

This text has color #B2F89A on black background.


Color preview on white background

This text has color #B2F89A on white background.


Black color preview on #B2F89A background

This text has black color on #B2F89A background.


White color preview on #B2F89A background

This text has white color on #B2F89A background.


Related colors

Complementary color

Complementary color for #hex is #4D0765.


I love getcolorcode.com

Triadic colors

1 #9AB2F8 and #F89AB2 with #B2F89A are triadic colors.

2 #9AF8B2 and #F8B29A with #B2F89A are triadic colors.