COLOR #B4C29A

HEX: #B4C29A RGB: (180,194,154)

Color info

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

RGB color model

#B4C29A color RGB value is (180,194,154).

RGB: (180,194,154) (71%, 76%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 154 of 255 = 60%

180
194
154

R + G + B ~ 69%. #B4C29A is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 194 + 154 = 528 (100%)
R 180 of 528 ~ 34.09%
G 194 of 528 ~ 36.74%
B 154 of 528 ~ 29.17'%

%34.09
%36.74
%29.17

CMYK color model

#B4C29A color CMYK value is (7,0,21,24).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 20.62%
  • key color value is 23.92%

CMYK: (7,0,21,24)
C7M0Y21K24 (7%, 0%, 21%, 24%)
(0.07 / 0.00 / 0.21 / 0.24)

CMYK percentages

%7.22
%0
%20.62
%23.92

Codes

Color #B4C29A in popluar color models

B4 C2 9A
RGB 180 194 154
HSL 81° 24.69% 68.24%
HSB/HSV 81° 20.62% 76.08%
CMYK 7.22% 0.00% 20.62%
23.92%

Color #B4C29A in popluar number systems.

HEX B4 C2 9A
Decimal 180 194 154
Binary 10110100 11000010 10011010
Octal 264 302 232

Shades and tints

Shades of #B4C29A

#B4C29A
(180,194,154)
#A4B18C
(164,177,140)
#94A07E
(148,160,126)
#848F70
(132,143,112)
#747E62
(116,126,98)
#646D54
(100,109,84)
#545C46
(84,92,70)
#444B38
(68,75,56)
#343A2A
(52,58,42)
#24291C
(36,41,28)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #B4C29A

#B4C29A
(180,194,154)
#BAC7A3
(186,199,163)
#C0CCAC
(192,204,172)
#C6D1B5
(198,209,181)
#CCD6BE
(204,214,190)
#D2DBC7
(210,219,199)
#D8E0D0
(216,224,208)
#DEE5D9
(222,229,217)
#E4EAE2
(228,234,226)
#EAEFEB
(234,239,235)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C29A color. Also use rgb(180,194,154) instead hex code.

Text Font Color

.myTextColor { color: #B4C29A; }

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

This text font color is #B4C29A.

Background Color

.myBgColor { background-color: #B4C29A; }

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

This div background color is #B4C29A.

Border color

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

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

This div border color is #B4C29A.

Opacity

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

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

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

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

This text has shadow with #B4C29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C29A.

Preview

Color preview on black background

This text has color #B4C29A on black background.


Color preview on white background

This text has color #B4C29A on white background.


Black color preview on #B4C29A background

This text has black color on #B4C29A background.


White color preview on #B4C29A background

This text has white color on #B4C29A background.


Related colors

Complementary color

Complementary color for #hex is #4B3D65.


I love getcolorcode.com

Triadic colors

1 #9AB4C2 and #C29AB4 with #B4C29A are triadic colors.

2 #9AC2B4 and #C2B49A with #B4C29A are triadic colors.