COLOR #B4D59B

HEX: #B4D59B
RGB: (180,213,155)

Color info

#B4D59B contains red, green and blue colors in about the same proportion. Web safe color of #B4D59B is #CCCC99 (or #CC9).

RGB color model

#B4D59B color RGB value is (180,213,155).

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

RGB channels and saturation

R 180 of 255 = 71%
G 213 of 255 = 84%
B 155 of 255 = 61%

180
213
155

R + G + B ~ 72%. #B4D59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 213 + 155 = 548 (100%)
R 180 of 548 ~ 32.85%
G 213 of 548 ~ 38.87%
B 155 of 548 ~ 28.28%

%32.85
%38.87
%28.28

CMYK color model

#B4D59B color CMYK value is (15,0,27,16).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 16.47%
CMYK:
(15,0,27,16)
C15M0Y27K16 
(15%,0%,27%,16%)
(0.15/0.00/0.27/0.16)	

CMYK percentages

%15.49
%0
%27.23
%16.47

Codes

Color #B4D59B in popluar color models

B4D59B
RGB180213155
HSL94°40.85%72.16%
HSB/HSV94°27.23%83.53%
CMYK15.49%0.00%27.23%
16.47%

Color #B4D59B in popluar number systems.

HEXB4D59B
Decimal180213155
Binary101101001101010110011011
Octal264325233

Shades and tints

Shades of #B4D59B

#B4D59B
(180,213,155)
#A4C28D
(164,194,141)
#94AF7F
(148,175,127)
#849C71
(132,156,113)
#748963
(116,137,99)
#647655
(100,118,85)
#546347
(84,99,71)
#445039
(68,80,57)
#343D2B
(52,61,43)
#242A1D
(36,42,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #B4D59B

#B4D59B
(180,213,155)
#BAD8A4
(186,216,164)
#C0DBAD
(192,219,173)
#C6DEB6
(198,222,182)
#CCE1BF
(204,225,191)
#D2E4C8
(210,228,200)
#D8E7D1
(216,231,209)
#DEEADA
(222,234,218)
#E4EDE3
(228,237,227)
#EAF0EC
(234,240,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D59B; }

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

This text font color is #B4D59B.


Background Color

.myBgColor { background-color: #B4D59B; }

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

This div background color is #B4D59B.


Border color

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

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

This div border color is #B4D59B.


Opacity

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

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

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

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

This text has shadow with #B4D59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D59B on black background.


Color preview on white background

This text has color #B4D59B on white background.



Black color preview on #B4D59B background

This text has black color on #B4D59B background.


White color preview on #B4D59B background

This text has white color on #B4D59B background.