COLOR #B1E28A

HEX: #B1E28A RGB: (177,226,138)

Color info

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

RGB color model

#B1E28A color RGB value is (177,226,138).

RGB: (177,226,138) (69%, 89%, 54%)

RGB channels and saturation

R 177 of 255 = 69%
G 226 of 255 = 89%
B 138 of 255 = 54%

177
226
138

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

Portions of RGB colors in percentages

R + G + B = 177 + 226 + 138 = 541 (100%)
R 177 of 541 ~ 32.72%
G 226 of 541 ~ 41.77%
B 138 of 541 ~ 25.51'%

%32.72
%41.77
%25.51

CMYK color model

#B1E28A color CMYK value is (22,0,39,11).

  • cyan value is 21.68%
  • magenta value is 0.00%
  • yellow value is 38.94%
  • key color value is 11.37%

CMYK: (22,0,39,11)
C22M0Y39K11 (22%, 0%, 39%, 11%)
(0.22 / 0.00 / 0.39 / 0.11)

CMYK percentages

%21.68
%0
%38.94
%11.37

Codes

Color #B1E28A in popluar color models

B1 E2 8A
RGB 177 226 138
HSL 93° 60.27% 71.37%
HSB/HSV 93° 38.94% 88.63%
CMYK 21.68% 0.00% 38.94%
11.37%

Color #B1E28A in popluar number systems.

HEX B1 E2 8A
Decimal 177 226 138
Binary 10110001 11100010 10001010
Octal 261 342 212

Shades and tints

Shades of #B1E28A

#B1E28A
(177,226,138)
#A1CE7E
(161,206,126)
#91BA72
(145,186,114)
#81A666
(129,166,102)
#71925A
(113,146,90)
#617E4E
(97,126,78)
#516A42
(81,106,66)
#415636
(65,86,54)
#31422A
(49,66,42)
#212E1E
(33,46,30)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #B1E28A

#B1E28A
(177,226,138)
#B8E494
(184,228,148)
#BFE69E
(191,230,158)
#C6E8A8
(198,232,168)
#CDEAB2
(205,234,178)
#D4ECBC
(212,236,188)
#DBEEC6
(219,238,198)
#E2F0D0
(226,240,208)
#E9F2DA
(233,242,218)
#F0F4E4
(240,244,228)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E28A color. Also use rgb(177,226,138) instead hex code.

Text Font Color

.myTextColor { color: #B1E28A; }

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

This text font color is #B1E28A.

Background Color

.myBgColor { background-color: #B1E28A; }

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

This div background color is #B1E28A.

Border color

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

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

This div border color is #B1E28A.

Opacity

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

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

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

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

This text has shadow with #B1E28A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E28A.

Preview

Color preview on black background

This text has color #B1E28A on black background.


Color preview on white background

This text has color #B1E28A on white background.


Black color preview on #B1E28A background

This text has black color on #B1E28A background.


White color preview on #B1E28A background

This text has white color on #B1E28A background.


Related colors

Complementary color

Complementary color for #hex is #4E1D75.


I love getcolorcode.com

Triadic colors

1 #8AB1E2 and #E28AB1 with #B1E28A are triadic colors.

2 #8AE2B1 and #E2B18A with #B1E28A are triadic colors.