COLOR #B4E48A

HEX: #B4E48A
RGB: (180,228,138)

Color info

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

RGB color model

#B4E48A color RGB value is (180,228,138).

  • red value is 180;
  • green value is 228;
  • blue value is 138.
RGB:
(180,228,138)
(71%,89%,54%)

RGB channels and saturation

R 180 of 255 = 71%
G 228 of 255 = 89%
B 138 of 255 = 54%

180
228
138

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

Portions of RGB colors in percentages

R + G + B =
180 + 228 + 138 = 546 (100%)
R 180 of 546 ~ 32.97%
G 228 of 546 ~ 41.76%
B 138 of 546 ~ 25.27%

%32.97
%41.76
%25.27

CMYK color model

#B4E48A color CMYK value is (21,0,39,11).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(21,0,39,11)
C21M0Y39K11 
(21%,0%,39%,11%)
(0.21/0.00/0.39/0.11)	

CMYK percentages

%21.05
%0
%39.47
%10.59

Codes

Color #B4E48A in popluar color models

B4E48A
RGB180228138
HSL92°62.50%71.76%
HSB/HSV92°39.47%89.41%
CMYK21.05%0.00%39.47%
10.59%

Color #B4E48A in popluar number systems.

HEXB4E48A
Decimal180228138
Binary101101001110010010001010
Octal264344212

Shades and tints

Shades of #B4E48A

#B4E48A
(180,228,138)
#A4D07E
(164,208,126)
#94BC72
(148,188,114)
#84A866
(132,168,102)
#74945A
(116,148,90)
#64804E
(100,128,78)
#546C42
(84,108,66)
#445836
(68,88,54)
#34442A
(52,68,42)
#24301E
(36,48,30)
#141C12
(20,28,18)
#000000
(0,0,0)

Tints of #B4E48A

#B4E48A
(180,228,138)
#BAE694
(186,230,148)
#C0E89E
(192,232,158)
#C6EAA8
(198,234,168)
#CCECB2
(204,236,178)
#D2EEBC
(210,238,188)
#D8F0C6
(216,240,198)
#DEF2D0
(222,242,208)
#E4F4DA
(228,244,218)
#EAF6E4
(234,246,228)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E48A color. Also use rgb(180,228,138) instead hex code.

Text Font Color

.myTextColor { color: #B4E48A; }

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

This text font color is #B4E48A.


Background Color

.myBgColor { background-color: #B4E48A; }

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

This div background color is #B4E48A.


Border color

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

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

This div border color is #B4E48A.


Opacity

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

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

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

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

This text has shadow with #B4E48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E48A on black background.


Color preview on white background

This text has color #B4E48A on white background.



Black color preview on #B4E48A background

This text has black color on #B4E48A background.


White color preview on #B4E48A background

This text has white color on #B4E48A background.