COLOR #B2E291

HEX: #B2E291
RGB: (178,226,145)

Color info

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

RGB color model

#B2E291 color RGB value is (178,226,145).

  • red value is 178;
  • green value is 226;
  • blue value is 145.
RGB:
(178,226,145)
(70%,89%,57%)

RGB channels and saturation

R 178 of 255 = 70%
G 226 of 255 = 89%
B 145 of 255 = 57%

178
226
145

R + G + B ~ 72%. #B2E291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 226 + 145 = 549 (100%)
R 178 of 549 ~ 32.42%
G 226 of 549 ~ 41.17%
B 145 of 549 ~ 26.41%

%32.42
%41.17
%26.41

CMYK color model

#B2E291 color CMYK value is (21,0,36,11).

  • cyan value is 21.24%
  • magenta value is 0.00%
  • yellow value is 35.84%
  • key color value is 11.37%
CMYK:
(21,0,36,11)
C21M0Y36K11 
(21%,0%,36%,11%)
(0.21/0.00/0.36/0.11)	

CMYK percentages

%21.24
%0
%35.84
%11.37

Codes

Color #B2E291 in popluar color models

B2E291
RGB178226145
HSL96°58.27%72.75%
HSB/HSV96°35.84%88.63%
CMYK21.24%0.00%35.84%
11.37%

Color #B2E291 in popluar number systems.

HEXB2E291
Decimal178226145
Binary101100101110001010010001
Octal262342221

Shades and tints

Shades of #B2E291

#B2E291
(178,226,145)
#A2CE84
(162,206,132)
#92BA77
(146,186,119)
#82A66A
(130,166,106)
#72925D
(114,146,93)
#627E50
(98,126,80)
#526A43
(82,106,67)
#425636
(66,86,54)
#324229
(50,66,41)
#222E1C
(34,46,28)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #B2E291

#B2E291
(178,226,145)
#B9E49B
(185,228,155)
#C0E6A5
(192,230,165)
#C7E8AF
(199,232,175)
#CEEAB9
(206,234,185)
#D5ECC3
(213,236,195)
#DCEECD
(220,238,205)
#E3F0D7
(227,240,215)
#EAF2E1
(234,242,225)
#F1F4EB
(241,244,235)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E291; }

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

This text font color is #B2E291.


Background Color

.myBgColor { background-color: #B2E291; }

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

This div background color is #B2E291.


Border color

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

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

This div border color is #B2E291.


Opacity

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

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

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

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

This text has shadow with #B2E291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E291 on black background.


Color preview on white background

This text has color #B2E291 on white background.



Black color preview on #B2E291 background

This text has black color on #B2E291 background.


White color preview on #B2E291 background

This text has white color on #B2E291 background.