COLOR #B2E28B

HEX: #B2E28B RGB: (178,226,139)

Color info

#B2E28B contains mainly red and green colors. Web safe color of #B2E28B is #99CC99 (or #9C9).

RGB color model

#B2E28B color RGB value is (178,226,139).

RGB: (178,226,139) (70%, 89%, 55%)

RGB channels and saturation

R 178 of 255 = 70%
G 226 of 255 = 89%
B 139 of 255 = 55%

178
226
139

R + G + B ~ 71%. #B2E28B is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 226 + 139 = 543 (100%)
R 178 of 543 ~ 32.78%
G 226 of 543 ~ 41.62%
B 139 of 543 ~ 25.6'%

%32.78
%41.62
%25.6

CMYK color model

#B2E28B color CMYK value is (21,0,38,11).

  • cyan value is 21.24%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 11.37%

CMYK: (21,0,38,11)
C21M0Y38K11 (21%, 0%, 38%, 11%)
(0.21 / 0.00 / 0.38 / 0.11)

CMYK percentages

%21.24
%0
%38.5
%11.37

Codes

Color #B2E28B in popluar color models

B2 E2 8B
RGB 178 226 139
HSL 93° 60.00% 71.57%
HSB/HSV 93° 38.50% 88.63%
CMYK 21.24% 0.00% 38.50%
11.37%

Color #B2E28B in popluar number systems.

HEX B2 E2 8B
Decimal 178 226 139
Binary 10110010 11100010 10001011
Octal 262 342 213

Shades and tints

Shades of #B2E28B

#B2E28B
(178,226,139)
#A2CE7F
(162,206,127)
#92BA73
(146,186,115)
#82A667
(130,166,103)
#72925B
(114,146,91)
#627E4F
(98,126,79)
#526A43
(82,106,67)
#425637
(66,86,55)
#32422B
(50,66,43)
#222E1F
(34,46,31)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #B2E28B

#B2E28B
(178,226,139)
#B9E495
(185,228,149)
#C0E69F
(192,230,159)
#C7E8A9
(199,232,169)
#CEEAB3
(206,234,179)
#D5ECBD
(213,236,189)
#DCEEC7
(220,238,199)
#E3F0D1
(227,240,209)
#EAF2DB
(234,242,219)
#F1F4E5
(241,244,229)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E28B color. Also use rgb(178,226,139) instead hex code.

Text Font Color

.myTextColor { color: #B2E28B; }

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

This text font color is #B2E28B.

Background Color

.myBgColor { background-color: #B2E28B; }

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

This div background color is #B2E28B.

Border color

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

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

This div border color is #B2E28B.

Opacity

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

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

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

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

This text has shadow with #B2E28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E28B.

Preview

Color preview on black background

This text has color #B2E28B on black background.


Color preview on white background

This text has color #B2E28B on white background.


Black color preview on #B2E28B background

This text has black color on #B2E28B background.


White color preview on #B2E28B background

This text has white color on #B2E28B background.


Related colors

Complementary color

Complementary color for #hex is #4D1D74.


I love getcolorcode.com

Triadic colors

1 #8BB2E2 and #E28BB2 with #B2E28B are triadic colors.

2 #8BE2B2 and #E2B28B with #B2E28B are triadic colors.