COLOR #B4C391

HEX: #B4C391
RGB: (180,195,145)

Color info

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

RGB color model

#B4C391 color RGB value is (180,195,145).

  • red value is 180;
  • green value is 195;
  • blue value is 145.
RGB:
(180,195,145)
(71%,76%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 195 of 255 = 76%
B 145 of 255 = 57%

180
195
145

R + G + B ~ 68%. #B4C391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 195 + 145 = 520 (100%)
R 180 of 520 ~ 34.62%
G 195 of 520 ~ 37.5%
B 145 of 520 ~ 27.88%

%34.62
%37.5
%27.88

CMYK color model

#B4C391 color CMYK value is (8,0,26,24).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 23.53%
CMYK:
(8,0,26,24)
C8M0Y26K24 
(8%,0%,26%,24%)
(0.08/0.00/0.26/0.24)	

CMYK percentages

%7.69
%0
%25.64
%23.53

Codes

Color #B4C391 in popluar color models

B4C391
RGB180195145
HSL78°29.41%66.67%
HSB/HSV78°25.64%76.47%
CMYK7.69%0.00%25.64%
23.53%

Color #B4C391 in popluar number systems.

HEXB4C391
Decimal180195145
Binary101101001100001110010001
Octal264303221

Shades and tints

Shades of #B4C391

#B4C391
(180,195,145)
#A4B284
(164,178,132)
#94A177
(148,161,119)
#84906A
(132,144,106)
#747F5D
(116,127,93)
#646E50
(100,110,80)
#545D43
(84,93,67)
#444C36
(68,76,54)
#343B29
(52,59,41)
#242A1C
(36,42,28)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #B4C391

#B4C391
(180,195,145)
#BAC89B
(186,200,155)
#C0CDA5
(192,205,165)
#C6D2AF
(198,210,175)
#CCD7B9
(204,215,185)
#D2DCC3
(210,220,195)
#D8E1CD
(216,225,205)
#DEE6D7
(222,230,215)
#E4EBE1
(228,235,225)
#EAF0EB
(234,240,235)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C391 color. Also use rgb(180,195,145) instead hex code.

Text Font Color

.myTextColor { color: #B4C391; }

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

This text font color is #B4C391.


Background Color

.myBgColor { background-color: #B4C391; }

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

This div background color is #B4C391.


Border color

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

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

This div border color is #B4C391.


Opacity

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

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

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

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

This text has shadow with #B4C391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C391 on black background.


Color preview on white background

This text has color #B4C391 on white background.



Black color preview on #B4C391 background

This text has black color on #B4C391 background.


White color preview on #B4C391 background

This text has white color on #B4C391 background.