COLOR #B2E39A

HEX: #B2E39A RGB: (178,227,154)

Color info

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

RGB color model

#B2E39A color RGB value is (178,227,154).

RGB: (178,227,154) (70%, 89%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 227 of 255 = 89%
B 154 of 255 = 60%

178
227
154

R + G + B ~ 73%. #B2E39A is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 227 + 154 = 559 (100%)
R 178 of 559 ~ 31.84%
G 227 of 559 ~ 40.61%
B 154 of 559 ~ 27.55'%

%31.84
%40.61
%27.55

CMYK color model

#B2E39A color CMYK value is (22,0,32,11).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 32.16%
  • key color value is 10.98%

CMYK: (22,0,32,11)
C22M0Y32K11 (22%, 0%, 32%, 11%)
(0.22 / 0.00 / 0.32 / 0.11)

CMYK percentages

%21.59
%0
%32.16
%10.98

Codes

Color #B2E39A in popluar color models

B2 E3 9A
RGB 178 227 154
HSL 100° 56.59% 74.71%
HSB/HSV 100° 32.16% 89.02%
CMYK 21.59% 0.00% 32.16%
10.98%

Color #B2E39A in popluar number systems.

HEX B2 E3 9A
Decimal 178 227 154
Binary 10110010 11100011 10011010
Octal 262 343 232

Shades and tints

Shades of #B2E39A

#B2E39A
(178,227,154)
#A2CF8C
(162,207,140)
#92BB7E
(146,187,126)
#82A770
(130,167,112)
#729362
(114,147,98)
#627F54
(98,127,84)
#526B46
(82,107,70)
#425738
(66,87,56)
#32432A
(50,67,42)
#222F1C
(34,47,28)
#121B0E
(18,27,14)
#000000
(0,0,0)

Tints of #B2E39A

#B2E39A
(178,227,154)
#B9E5A3
(185,229,163)
#C0E7AC
(192,231,172)
#C7E9B5
(199,233,181)
#CEEBBE
(206,235,190)
#D5EDC7
(213,237,199)
#DCEFD0
(220,239,208)
#E3F1D9
(227,241,217)
#EAF3E2
(234,243,226)
#F1F5EB
(241,245,235)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E39A; }

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

This text font color is #B2E39A.

Background Color

.myBgColor { background-color: #B2E39A; }

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

This div background color is #B2E39A.

Border color

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

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

This div border color is #B2E39A.

Opacity

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

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

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

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

This text has shadow with #B2E39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E39A.

Preview

Color preview on black background

This text has color #B2E39A on black background.


Color preview on white background

This text has color #B2E39A on white background.


Black color preview on #B2E39A background

This text has black color on #B2E39A background.


White color preview on #B2E39A background

This text has white color on #B2E39A background.


Related colors

Complementary color

Complementary color for #hex is #4D1C65.


I love getcolorcode.com

Triadic colors

1 #9AB2E3 and #E39AB2 with #B2E39A are triadic colors.

2 #9AE3B2 and #E3B29A with #B2E39A are triadic colors.