COLOR #B4D496

HEX: #B4D496 RGB: (180,212,150)

Color info

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

RGB color model

#B4D496 color RGB value is (180,212,150).

RGB: (180,212,150) (71%, 83%, 59%)

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 150 of 255 = 59%

180
212
150

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

Portions of RGB colors in percentages

R + G + B = 180 + 212 + 150 = 542 (100%)
R 180 of 542 ~ 33.21%
G 212 of 542 ~ 39.11%
B 150 of 542 ~ 27.68'%

%33.21
%39.11
%27.68

CMYK color model

#B4D496 color CMYK value is (15,0,29,17).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 16.86%

CMYK: (15,0,29,17)
C15M0Y29K17 (15%, 0%, 29%, 17%)
(0.15 / 0.00 / 0.29 / 0.17)

CMYK percentages

%15.09
%0
%29.25
%16.86

Codes

Color #B4D496 in popluar color models

B4 D4 96
RGB 180 212 150
HSL 91° 41.89% 70.98%
HSB/HSV 91° 29.25% 83.14%
CMYK 15.09% 0.00% 29.25%
16.86%

Color #B4D496 in popluar number systems.

HEX B4 D4 96
Decimal 180 212 150
Binary 10110100 11010100 10010110
Octal 264 324 226

Shades and tints

Shades of #B4D496

#B4D496
(180,212,150)
#A4C189
(164,193,137)
#94AE7C
(148,174,124)
#849B6F
(132,155,111)
#748862
(116,136,98)
#647555
(100,117,85)
#546248
(84,98,72)
#444F3B
(68,79,59)
#343C2E
(52,60,46)
#242921
(36,41,33)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #B4D496

#B4D496
(180,212,150)
#BAD79F
(186,215,159)
#C0DAA8
(192,218,168)
#C6DDB1
(198,221,177)
#CCE0BA
(204,224,186)
#D2E3C3
(210,227,195)
#D8E6CC
(216,230,204)
#DEE9D5
(222,233,213)
#E4ECDE
(228,236,222)
#EAEFE7
(234,239,231)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D496 color. Also use rgb(180,212,150) instead hex code.

Text Font Color

.myTextColor { color: #B4D496; }

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

This text font color is #B4D496.

Background Color

.myBgColor { background-color: #B4D496; }

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

This div background color is #B4D496.

Border color

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

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

This div border color is #B4D496.

Opacity

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

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

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

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

This text has shadow with #B4D496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D496.

Preview

Color preview on black background

This text has color #B4D496 on black background.


Color preview on white background

This text has color #B4D496 on white background.


Black color preview on #B4D496 background

This text has black color on #B4D496 background.


White color preview on #B4D496 background

This text has white color on #B4D496 background.


Related colors

Complementary color

Complementary color for #hex is #4B2B69.


I love getcolorcode.com

Triadic colors

1 #96B4D4 and #D496B4 with #B4D496 are triadic colors.

2 #96D4B4 and #D4B496 with #B4D496 are triadic colors.