COLOR #B5E18C

HEX: #B5E18C
RGB: (181,225,140)

Color info

#B5E18C contains mainly red and green colors. Web safe color of #B5E18C is #CCCC99 (or #CC9).

RGB color model

#B5E18C color RGB value is (181,225,140).

  • red value is 181;
  • green value is 225;
  • blue value is 140.
RGB:
(181,225,140)
(71%,88%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 225 of 255 = 88%
B 140 of 255 = 55%

181
225
140

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

Portions of RGB colors in percentages

R + G + B =
181 + 225 + 140 = 546 (100%)
R 181 of 546 ~ 33.15%
G 225 of 546 ~ 41.21%
B 140 of 546 ~ 25.64%

%33.15
%41.21
%25.64

CMYK color model

#B5E18C color CMYK value is (20,0,38,12).

  • cyan value is 19.56%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 11.76%
CMYK:
(20,0,38,12)
C20M0Y38K12 
(20%,0%,38%,12%)
(0.20/0.00/0.38/0.12)	

CMYK percentages

%19.56
%0
%37.78
%11.76

Codes

Color #B5E18C in popluar color models

B5E18C
RGB181225140
HSL91°58.62%71.57%
HSB/HSV91°37.78%88.24%
CMYK19.56%0.00%37.78%
11.76%

Color #B5E18C in popluar number systems.

HEXB5E18C
Decimal181225140
Binary101101011110000110001100
Octal265341214

Shades and tints

Shades of #B5E18C

#B5E18C
(181,225,140)
#A5CD80
(165,205,128)
#95B974
(149,185,116)
#85A568
(133,165,104)
#75915C
(117,145,92)
#657D50
(101,125,80)
#556944
(85,105,68)
#455538
(69,85,56)
#35412C
(53,65,44)
#252D20
(37,45,32)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #B5E18C

#B5E18C
(181,225,140)
#BBE396
(187,227,150)
#C1E5A0
(193,229,160)
#C7E7AA
(199,231,170)
#CDE9B4
(205,233,180)
#D3EBBE
(211,235,190)
#D9EDC8
(217,237,200)
#DFEFD2
(223,239,210)
#E5F1DC
(229,241,220)
#EBF3E6
(235,243,230)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E18C color. Also use rgb(181,225,140) instead hex code.

Text Font Color

.myTextColor { color: #B5E18C; }

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

This text font color is #B5E18C.


Background Color

.myBgColor { background-color: #B5E18C; }

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

This div background color is #B5E18C.


Border color

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

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

This div border color is #B5E18C.


Opacity

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

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

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

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

This text has shadow with #B5E18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E18C on black background.


Color preview on white background

This text has color #B5E18C on white background.



Black color preview on #B5E18C background

This text has black color on #B5E18C background.


White color preview on #B5E18C background

This text has white color on #B5E18C background.