COLOR #B6ED90

HEX: #B6ED90 RGB: (182,237,144)

Color info

#B6ED90 contains mainly red and green colors. Web safe color of #B6ED90 is #CCFF99 (or #CF9).

RGB color model

#B6ED90 color RGB value is (182,237,144).

RGB: (182,237,144) (71%, 93%, 56%)

RGB channels and saturation

R 182 of 255 = 71%
G 237 of 255 = 93%
B 144 of 255 = 56%

182
237
144

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

Portions of RGB colors in percentages

R + G + B = 182 + 237 + 144 = 563 (100%)
R 182 of 563 ~ 32.33%
G 237 of 563 ~ 42.1%
B 144 of 563 ~ 25.58'%

%32.33
%42.1
%25.58

CMYK color model

#B6ED90 color CMYK value is (23,0,39,7).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 7.06%

CMYK: (23,0,39,7)
C23M0Y39K7 (23%, 0%, 39%, 7%)
(0.23 / 0.00 / 0.39 / 0.07)

CMYK percentages

%23.21
%0
%39.24
%7.06

Codes

Color #B6ED90 in popluar color models

B6 ED 90
RGB 182 237 144
HSL 95° 72.09% 74.71%
HSB/HSV 95° 39.24% 92.94%
CMYK 23.21% 0.00% 39.24%
7.06%

Color #B6ED90 in popluar number systems.

HEX B6 ED 90
Decimal 182 237 144
Binary 10110110 11101101 10010000
Octal 266 355 220

Shades and tints

Shades of #B6ED90

#B6ED90
(182,237,144)
#A6D883
(166,216,131)
#96C376
(150,195,118)
#86AE69
(134,174,105)
#76995C
(118,153,92)
#66844F
(102,132,79)
#566F42
(86,111,66)
#465A35
(70,90,53)
#364528
(54,69,40)
#26301B
(38,48,27)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #B6ED90

#B6ED90
(182,237,144)
#BCEE9A
(188,238,154)
#C2EFA4
(194,239,164)
#C8F0AE
(200,240,174)
#CEF1B8
(206,241,184)
#D4F2C2
(212,242,194)
#DAF3CC
(218,243,204)
#E0F4D6
(224,244,214)
#E6F5E0
(230,245,224)
#ECF6EA
(236,246,234)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6ED90 color. Also use rgb(182,237,144) instead hex code.

Text Font Color

.myTextColor { color: #B6ED90; }

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

This text font color is #B6ED90.

Background Color

.myBgColor { background-color: #B6ED90; }

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

This div background color is #B6ED90.

Border color

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

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

This div border color is #B6ED90.

Opacity

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

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

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

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

This text has shadow with #B6ED90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ED90.

Preview

Color preview on black background

This text has color #B6ED90 on black background.


Color preview on white background

This text has color #B6ED90 on white background.


Black color preview on #B6ED90 background

This text has black color on #B6ED90 background.


White color preview on #B6ED90 background

This text has white color on #B6ED90 background.


Related colors

Complementary color

Complementary color for #hex is #49126F.


I love getcolorcode.com

Triadic colors

1 #90B6ED and #ED90B6 with #B6ED90 are triadic colors.

2 #90EDB6 and #EDB690 with #B6ED90 are triadic colors.