COLOR #B4D192

HEX: #B4D192
RGB: (180,209,146)

Color info

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

RGB color model

#B4D192 color RGB value is (180,209,146).

  • red value is 180;
  • green value is 209;
  • blue value is 146.
RGB:
(180,209,146)
(71%,82%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 209 of 255 = 82%
B 146 of 255 = 57%

180
209
146

R + G + B ~ 70%. #B4D192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 209 + 146 = 535 (100%)
R 180 of 535 ~ 33.64%
G 209 of 535 ~ 39.07%
B 146 of 535 ~ 27.29%

%33.64
%39.07
%27.29

CMYK color model

#B4D192 color CMYK value is (14,0,30,18).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 18.04%
CMYK:
(14,0,30,18)
C14M0Y30K18 
(14%,0%,30%,18%)
(0.14/0.00/0.30/0.18)	

CMYK percentages

%13.88
%0
%30.14
%18.04

Codes

Color #B4D192 in popluar color models

B4D192
RGB180209146
HSL88°40.65%69.61%
HSB/HSV88°30.14%81.96%
CMYK13.88%0.00%30.14%
18.04%

Color #B4D192 in popluar number systems.

HEXB4D192
Decimal180209146
Binary101101001101000110010010
Octal264321222

Shades and tints

Shades of #B4D192

#B4D192
(180,209,146)
#A4BE85
(164,190,133)
#94AB78
(148,171,120)
#84986B
(132,152,107)
#74855E
(116,133,94)
#647251
(100,114,81)
#545F44
(84,95,68)
#444C37
(68,76,55)
#34392A
(52,57,42)
#24261D
(36,38,29)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #B4D192

#B4D192
(180,209,146)
#BAD59B
(186,213,155)
#C0D9A4
(192,217,164)
#C6DDAD
(198,221,173)
#CCE1B6
(204,225,182)
#D2E5BF
(210,229,191)
#D8E9C8
(216,233,200)
#DEEDD1
(222,237,209)
#E4F1DA
(228,241,218)
#EAF5E3
(234,245,227)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D192 color. Also use rgb(180,209,146) instead hex code.

Text Font Color

.myTextColor { color: #B4D192; }

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

This text font color is #B4D192.


Background Color

.myBgColor { background-color: #B4D192; }

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

This div background color is #B4D192.


Border color

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

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

This div border color is #B4D192.


Opacity

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

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

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

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

This text has shadow with #B4D192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D192 on black background.


Color preview on white background

This text has color #B4D192 on white background.



Black color preview on #B4D192 background

This text has black color on #B4D192 background.


White color preview on #B4D192 background

This text has white color on #B4D192 background.