COLOR #B0C49B

HEX: #B0C49B RGB: (176,196,155)

Color info

#B0C49B contains red, green and blue colors in about the same proportion. Web safe color of #B0C49B is #99CC99 (or #9C9).

RGB color model

#B0C49B color RGB value is (176,196,155).

RGB: (176,196,155) (69%, 77%, 61%)

RGB channels and saturation

R 176 of 255 = 69%
G 196 of 255 = 77%
B 155 of 255 = 61%

176
196
155

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

Portions of RGB colors in percentages

R + G + B = 176 + 196 + 155 = 527 (100%)
R 176 of 527 ~ 33.4%
G 196 of 527 ~ 37.19%
B 155 of 527 ~ 29.41'%

%33.4
%37.19
%29.41

CMYK color model

#B0C49B color CMYK value is (10,0,21,23).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 23.14%

CMYK: (10,0,21,23)
C10M0Y21K23 (10%, 0%, 21%, 23%)
(0.10 / 0.00 / 0.21 / 0.23)

CMYK percentages

%10.2
%0
%20.92
%23.14

Codes

Color #B0C49B in popluar color models

B0 C4 9B
RGB 176 196 155
HSL 89° 25.79% 68.82%
HSB/HSV 89° 20.92% 76.86%
CMYK 10.20% 0.00% 20.92%
23.14%

Color #B0C49B in popluar number systems.

HEX B0 C4 9B
Decimal 176 196 155
Binary 10110000 11000100 10011011
Octal 260 304 233

Shades and tints

Shades of #B0C49B

#B0C49B
(176,196,155)
#A0B38D
(160,179,141)
#90A27F
(144,162,127)
#809171
(128,145,113)
#708063
(112,128,99)
#606F55
(96,111,85)
#505E47
(80,94,71)
#404D39
(64,77,57)
#303C2B
(48,60,43)
#202B1D
(32,43,29)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #B0C49B

#B0C49B
(176,196,155)
#B7C9A4
(183,201,164)
#BECEAD
(190,206,173)
#C5D3B6
(197,211,182)
#CCD8BF
(204,216,191)
#D3DDC8
(211,221,200)
#DAE2D1
(218,226,209)
#E1E7DA
(225,231,218)
#E8ECE3
(232,236,227)
#EFF1EC
(239,241,236)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C49B color. Also use rgb(176,196,155) instead hex code.

Text Font Color

.myTextColor { color: #B0C49B; }

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

This text font color is #B0C49B.

Background Color

.myBgColor { background-color: #B0C49B; }

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

This div background color is #B0C49B.

Border color

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

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

This div border color is #B0C49B.

Opacity

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

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

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

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

This text has shadow with #B0C49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C49B.

Preview

Color preview on black background

This text has color #B0C49B on black background.


Color preview on white background

This text has color #B0C49B on white background.


Black color preview on #B0C49B background

This text has black color on #B0C49B background.


White color preview on #B0C49B background

This text has white color on #B0C49B background.


Related colors

Complementary color

Complementary color for #hex is #4F3B64.


I love getcolorcode.com

Triadic colors

1 #9BB0C4 and #C49BB0 with #B0C49B are triadic colors.

2 #9BC4B0 and #C4B09B with #B0C49B are triadic colors.