COLOR #B4D37A

HEX: #B4D37A
RGB: (180,211,122)

Color info

#B4D37A contains mainly red and green colors. Web safe color of #B4D37A is #CCCC66 (or #CC6).

RGB color model

#B4D37A color RGB value is (180,211,122).

  • red value is 180;
  • green value is 211;
  • blue value is 122.
RGB:
(180,211,122)
(71%,83%,48%)

RGB channels and saturation

R 180 of 255 = 71%
G 211 of 255 = 83%
B 122 of 255 = 48%

180
211
122

R + G + B ~ 67%. #B4D37A is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 211 + 122 = 513 (100%)
R 180 of 513 ~ 35.09%
G 211 of 513 ~ 41.13%
B 122 of 513 ~ 23.78%

%35.09
%41.13
%23.78

CMYK color model

#B4D37A color CMYK value is (15,0,42,17).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 42.18%
  • key color value is 17.25%
CMYK:
(15,0,42,17)
C15M0Y42K17 
(15%,0%,42%,17%)
(0.15/0.00/0.42/0.17)	

CMYK percentages

%14.69
%0
%42.18
%17.25

Codes

Color #B4D37A in popluar color models

B4D37A
RGB180211122
HSL81°50.28%65.29%
HSB/HSV81°42.18%82.75%
CMYK14.69%0.00%42.18%
17.25%

Color #B4D37A in popluar number systems.

HEXB4D37A
Decimal180211122
Binary10110100110100111111010
Octal264323172

Shades and tints

Shades of #B4D37A

#B4D37A
(180,211,122)
#A4C06F
(164,192,111)
#94AD64
(148,173,100)
#849A59
(132,154,89)
#74874E
(116,135,78)
#647443
(100,116,67)
#546138
(84,97,56)
#444E2D
(68,78,45)
#343B22
(52,59,34)
#242817
(36,40,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #B4D37A

#B4D37A
(180,211,122)
#BAD786
(186,215,134)
#C0DB92
(192,219,146)
#C6DF9E
(198,223,158)
#CCE3AA
(204,227,170)
#D2E7B6
(210,231,182)
#D8EBC2
(216,235,194)
#DEEFCE
(222,239,206)
#E4F3DA
(228,243,218)
#EAF7E6
(234,247,230)
#F0FBF2
(240,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D37A color. Also use rgb(180,211,122) instead hex code.

Text Font Color

.myTextColor { color: #B4D37A; }

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

This text font color is #B4D37A.


Background Color

.myBgColor { background-color: #B4D37A; }

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

This div background color is #B4D37A.


Border color

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

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

This div border color is #B4D37A.


Opacity

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

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

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

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

This text has shadow with #B4D37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D37A on black background.


Color preview on white background

This text has color #B4D37A on white background.



Black color preview on #B4D37A background

This text has black color on #B4D37A background.


White color preview on #B4D37A background

This text has white color on #B4D37A background.