COLOR #B2C47B

HEX: #B2C47B RGB: (178,196,123)

Color info

#B2C47B contains mainly red and green colors. Web safe color of #B2C47B is #99CC66 (or #9C6).

RGB color model

#B2C47B color RGB value is (178,196,123).

RGB: (178,196,123) (70%, 77%, 48%)

RGB channels and saturation

R 178 of 255 = 70%
G 196 of 255 = 77%
B 123 of 255 = 48%

178
196
123

R + G + B ~ 65%. #B2C47B is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 196 + 123 = 497 (100%)
R 178 of 497 ~ 35.81%
G 196 of 497 ~ 39.44%
B 123 of 497 ~ 24.75'%

%35.81
%39.44
%24.75

CMYK color model

#B2C47B color CMYK value is (9,0,37,23).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 23.14%

CMYK: (9,0,37,23)
C9M0Y37K23 (9%, 0%, 37%, 23%)
(0.09 / 0.00 / 0.37 / 0.23)

CMYK percentages

%9.18
%0
%37.24
%23.14

Codes

Color #B2C47B in popluar color models

B2 C4 7B
RGB 178 196 123
HSL 75° 38.22% 62.55%
HSB/HSV 75° 37.24% 76.86%
CMYK 9.18% 0.00% 37.24%
23.14%

Color #B2C47B in popluar number systems.

HEX B2 C4 7B
Decimal 178 196 123
Binary 10110010 11000100 1111011
Octal 262 304 173

Shades and tints

Shades of #B2C47B

#B2C47B
(178,196,123)
#A2B370
(162,179,112)
#92A265
(146,162,101)
#82915A
(130,145,90)
#72804F
(114,128,79)
#626F44
(98,111,68)
#525E39
(82,94,57)
#424D2E
(66,77,46)
#323C23
(50,60,35)
#222B18
(34,43,24)
#121A0D
(18,26,13)
#000000
(0,0,0)

Tints of #B2C47B

#B2C47B
(178,196,123)
#B9C987
(185,201,135)
#C0CE93
(192,206,147)
#C7D39F
(199,211,159)
#CED8AB
(206,216,171)
#D5DDB7
(213,221,183)
#DCE2C3
(220,226,195)
#E3E7CF
(227,231,207)
#EAECDB
(234,236,219)
#F1F1E7
(241,241,231)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C47B color. Also use rgb(178,196,123) instead hex code.

Text Font Color

.myTextColor { color: #B2C47B; }

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

This text font color is #B2C47B.

Background Color

.myBgColor { background-color: #B2C47B; }

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

This div background color is #B2C47B.

Border color

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

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

This div border color is #B2C47B.

Opacity

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

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

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

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

This text has shadow with #B2C47B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C47B.

Preview

Color preview on black background

This text has color #B2C47B on black background.


Color preview on white background

This text has color #B2C47B on white background.


Black color preview on #B2C47B background

This text has black color on #B2C47B background.


White color preview on #B2C47B background

This text has white color on #B2C47B background.


Related colors

Complementary color

Complementary color for #hex is #4D3B84.


I love getcolorcode.com

Triadic colors

1 #7BB2C4 and #C47BB2 with #B2C47B are triadic colors.

2 #7BC4B2 and #C4B27B with #B2C47B are triadic colors.