COLOR #B2EC90

HEX: #B2EC90 RGB: (178,236,144)

Color info

#B2EC90 contains mainly red and green colors. Web safe color of #B2EC90 is #99FF99 (or #9F9).

RGB color model

#B2EC90 color RGB value is (178,236,144).

RGB: (178,236,144) (70%, 93%, 56%)

RGB channels and saturation

R 178 of 255 = 70%
G 236 of 255 = 93%
B 144 of 255 = 56%

178
236
144

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

Portions of RGB colors in percentages

R + G + B = 178 + 236 + 144 = 558 (100%)
R 178 of 558 ~ 31.9%
G 236 of 558 ~ 42.29%
B 144 of 558 ~ 25.81'%

%31.9
%42.29
%25.81

CMYK color model

#B2EC90 color CMYK value is (25,0,39,7).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 7.45%
CMYK: (25,0,39,7) C25M0Y39K7 (25%,0%,39%,7%) (0.25/0.00/0.39/0.07) 

CMYK percentages

%24.58
%0
%38.98
%7.45

Codes

Color #B2EC90 in popluar color models

B2 EC 90
RGB 178 236 144
HSL 98° 70.77% 74.51%
HSB/HSV 98° 38.98% 92.55%
CMYK 24.58% 0.00% 38.98%
7.45%

Color #B2EC90 in popluar number systems.

HEX B2 EC 90
Decimal 178 236 144
Binary 10110010 11101100 10010000
Octal 262 354 220

Shades and tints

Shades of #B2EC90

#B2EC90
(178,236,144)
#A2D783
(162,215,131)
#92C276
(146,194,118)
#82AD69
(130,173,105)
#72985C
(114,152,92)
#62834F
(98,131,79)
#526E42
(82,110,66)
#425935
(66,89,53)
#324428
(50,68,40)
#222F1B
(34,47,27)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #B2EC90

#B2EC90
(178,236,144)
#B9ED9A
(185,237,154)
#C0EEA4
(192,238,164)
#C7EFAE
(199,239,174)
#CEF0B8
(206,240,184)
#D5F1C2
(213,241,194)
#DCF2CC
(220,242,204)
#E3F3D6
(227,243,214)
#EAF4E0
(234,244,224)
#F1F5EA
(241,245,234)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EC90 color. Also use rgb(178,236,144) instead hex code.

Text Font Color

.myTextColor { color: #B2EC90; }

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

This text font color is #B2EC90.

Background Color

.myBgColor { background-color: #B2EC90; }

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

This div background color is #B2EC90.

Border color

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

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

This div border color is #B2EC90.

Opacity

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

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

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

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

This text has shadow with #B2EC90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2EC90.

Preview

Color preview on black background

This text has color #B2EC90 on black background.


Color preview on white background

This text has color #B2EC90 on white background.


Black color preview on #B2EC90 background

This text has black color on #B2EC90 background.


White color preview on #B2EC90 background

This text has white color on #B2EC90 background.


Related colors

Complementary color

Complementary color for #hex is #4D136F.


I love getcolorcode.com

Triadic colors

1 #90B2EC and #EC90B2 with #B2EC90 are triadic colors.

2 #90ECB2 and #ECB290 with #B2EC90 are triadic colors.