COLOR #B4D292

HEX: #B4D292
RGB: (180,210,146)

Color info

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

RGB color model

#B4D292 color RGB value is (180,210,146).

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

RGB channels and saturation

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

180
210
146

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

Portions of RGB colors in percentages

R + G + B =
180 + 210 + 146 = 536 (100%)
R 180 of 536 ~ 33.58%
G 210 of 536 ~ 39.18%
B 146 of 536 ~ 27.24%

%33.58
%39.18
%27.24

CMYK color model

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

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

CMYK percentages

%14.29
%0
%30.48
%17.65

Codes

Color #B4D292 in popluar color models

B4D292
RGB180210146
HSL88°41.56%69.80%
HSB/HSV88°30.48%82.35%
CMYK14.29%0.00%30.48%
17.65%

Color #B4D292 in popluar number systems.

HEXB4D292
Decimal180210146
Binary101101001101001010010010
Octal264322222

Shades and tints

Shades of #B4D292

#B4D292
(180,210,146)
#A4BF85
(164,191,133)
#94AC78
(148,172,120)
#84996B
(132,153,107)
#74865E
(116,134,94)
#647351
(100,115,81)
#546044
(84,96,68)
#444D37
(68,77,55)
#343A2A
(52,58,42)
#24271D
(36,39,29)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B4D292

#B4D292
(180,210,146)
#BAD69B
(186,214,155)
#C0DAA4
(192,218,164)
#C6DEAD
(198,222,173)
#CCE2B6
(204,226,182)
#D2E6BF
(210,230,191)
#D8EAC8
(216,234,200)
#DEEED1
(222,238,209)
#E4F2DA
(228,242,218)
#EAF6E3
(234,246,227)
#F0FAEC
(240,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D292; }

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

This text font color is #B4D292.


Background Color

.myBgColor { background-color: #B4D292; }

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

This div background color is #B4D292.


Border color

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

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

This div border color is #B4D292.


Opacity

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

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

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

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

This text has shadow with #B4D292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D292 on black background.


Color preview on white background

This text has color #B4D292 on white background.



Black color preview on #B4D292 background

This text has black color on #B4D292 background.


White color preview on #B4D292 background

This text has white color on #B4D292 background.