COLOR #B6E378

HEX: #B6E378
RGB: (182,227,120)

Color info

#B6E378 contains mainly red and green colors. Web safe color of #B6E378 is #CCCC66 (or #CC6).

RGB color model

#B6E378 color RGB value is (182,227,120).

  • red value is 182;
  • green value is 227;
  • blue value is 120.
RGB:
(182,227,120)
(71%,89%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 227 of 255 = 89%
B 120 of 255 = 47%

182
227
120

R + G + B ~ 69%. #B6E378 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 227 + 120 = 529 (100%)
R 182 of 529 ~ 34.4%
G 227 of 529 ~ 42.91%
B 120 of 529 ~ 22.68%

%34.4
%42.91
%22.68

CMYK color model

#B6E378 color CMYK value is (20,0,47,11).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 47.14%
  • key color value is 10.98%
CMYK:
(20,0,47,11)
C20M0Y47K11 
(20%,0%,47%,11%)
(0.20/0.00/0.47/0.11)	

CMYK percentages

%19.82
%0
%47.14
%10.98

Codes

Color #B6E378 in popluar color models

B6E378
RGB182227120
HSL85°65.64%68.04%
HSB/HSV85°47.14%89.02%
CMYK19.82%0.00%47.14%
10.98%

Color #B6E378 in popluar number systems.

HEXB6E378
Decimal182227120
Binary10110110111000111111000
Octal266343170

Shades and tints

Shades of #B6E378

#B6E378
(182,227,120)
#A6CF6E
(166,207,110)
#96BB64
(150,187,100)
#86A75A
(134,167,90)
#769350
(118,147,80)
#667F46
(102,127,70)
#566B3C
(86,107,60)
#465732
(70,87,50)
#364328
(54,67,40)
#262F1E
(38,47,30)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #B6E378

#B6E378
(182,227,120)
#BCE584
(188,229,132)
#C2E790
(194,231,144)
#C8E99C
(200,233,156)
#CEEBA8
(206,235,168)
#D4EDB4
(212,237,180)
#DAEFC0
(218,239,192)
#E0F1CC
(224,241,204)
#E6F3D8
(230,243,216)
#ECF5E4
(236,245,228)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E378 color. Also use rgb(182,227,120) instead hex code.

Text Font Color

.myTextColor { color: #B6E378; }

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

This text font color is #B6E378.


Background Color

.myBgColor { background-color: #B6E378; }

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

This div background color is #B6E378.


Border color

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

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

This div border color is #B6E378.


Opacity

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

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

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

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

This text has shadow with #B6E378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E378 on black background.


Color preview on white background

This text has color #B6E378 on white background.



Black color preview on #B6E378 background

This text has black color on #B6E378 background.


White color preview on #B6E378 background

This text has white color on #B6E378 background.