COLOR #B4E09B

HEX: #B4E09B
RGB: (180,224,155)

Color info

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

RGB color model

#B4E09B color RGB value is (180,224,155).

  • red value is 180;
  • green value is 224;
  • blue value is 155.
RGB:
(180,224,155)
(71%,88%,61%)

RGB channels and saturation

R 180 of 255 = 71%
G 224 of 255 = 88%
B 155 of 255 = 61%

180
224
155

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

Portions of RGB colors in percentages

R + G + B =
180 + 224 + 155 = 559 (100%)
R 180 of 559 ~ 32.2%
G 224 of 559 ~ 40.07%
B 155 of 559 ~ 27.73%

%32.2
%40.07
%27.73

CMYK color model

#B4E09B color CMYK value is (20,0,31,12).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 12.16%
CMYK:
(20,0,31,12)
C20M0Y31K12 
(20%,0%,31%,12%)
(0.20/0.00/0.31/0.12)	

CMYK percentages

%19.64
%0
%30.8
%12.16

Codes

Color #B4E09B in popluar color models

B4E09B
RGB180224155
HSL98°52.67%74.31%
HSB/HSV98°30.80%87.84%
CMYK19.64%0.00%30.80%
12.16%

Color #B4E09B in popluar number systems.

HEXB4E09B
Decimal180224155
Binary101101001110000010011011
Octal264340233

Shades and tints

Shades of #B4E09B

#B4E09B
(180,224,155)
#A4CC8D
(164,204,141)
#94B87F
(148,184,127)
#84A471
(132,164,113)
#749063
(116,144,99)
#647C55
(100,124,85)
#546847
(84,104,71)
#445439
(68,84,57)
#34402B
(52,64,43)
#242C1D
(36,44,29)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #B4E09B

#B4E09B
(180,224,155)
#BAE2A4
(186,226,164)
#C0E4AD
(192,228,173)
#C6E6B6
(198,230,182)
#CCE8BF
(204,232,191)
#D2EAC8
(210,234,200)
#D8ECD1
(216,236,209)
#DEEEDA
(222,238,218)
#E4F0E3
(228,240,227)
#EAF2EC
(234,242,236)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E09B color. Also use rgb(180,224,155) instead hex code.

Text Font Color

.myTextColor { color: #B4E09B; }

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

This text font color is #B4E09B.


Background Color

.myBgColor { background-color: #B4E09B; }

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

This div background color is #B4E09B.


Border color

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

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

This div border color is #B4E09B.


Opacity

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

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

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

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

This text has shadow with #B4E09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E09B on black background.


Color preview on white background

This text has color #B4E09B on white background.



Black color preview on #B4E09B background

This text has black color on #B4E09B background.


White color preview on #B4E09B background

This text has white color on #B4E09B background.