COLOR #B2D59C

HEX: #B2D59C RGB: (178,213,156)

Color info

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

RGB color model

#B2D59C color RGB value is (178,213,156).

RGB: (178,213,156) (70%, 84%, 61%)

RGB channels and saturation

R 178 of 255 = 70%
G 213 of 255 = 84%
B 156 of 255 = 61%

178
213
156

R + G + B ~ 72%. #B2D59C is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 213 + 156 = 547 (100%)
R 178 of 547 ~ 32.54%
G 213 of 547 ~ 38.94%
B 156 of 547 ~ 28.52'%

%32.54
%38.94
%28.52

CMYK color model

#B2D59C color CMYK value is (16,0,27,16).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 26.76%
  • key color value is 16.47%

CMYK: (16,0,27,16)
C16M0Y27K16 (16%, 0%, 27%, 16%)
(0.16 / 0.00 / 0.27 / 0.16)

CMYK percentages

%16.43
%0
%26.76
%16.47

Codes

Color #B2D59C in popluar color models

B2 D5 9C
RGB 178 213 156
HSL 97° 40.43% 72.35%
HSB/HSV 97° 26.76% 83.53%
CMYK 16.43% 0.00% 26.76%
16.47%

Color #B2D59C in popluar number systems.

HEX B2 D5 9C
Decimal 178 213 156
Binary 10110010 11010101 10011100
Octal 262 325 234

Shades and tints

Shades of #B2D59C

#B2D59C
(178,213,156)
#A2C28E
(162,194,142)
#92AF80
(146,175,128)
#829C72
(130,156,114)
#728964
(114,137,100)
#627656
(98,118,86)
#526348
(82,99,72)
#42503A
(66,80,58)
#323D2C
(50,61,44)
#222A1E
(34,42,30)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #B2D59C

#B2D59C
(178,213,156)
#B9D8A5
(185,216,165)
#C0DBAE
(192,219,174)
#C7DEB7
(199,222,183)
#CEE1C0
(206,225,192)
#D5E4C9
(213,228,201)
#DCE7D2
(220,231,210)
#E3EADB
(227,234,219)
#EAEDE4
(234,237,228)
#F1F0ED
(241,240,237)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D59C color. Also use rgb(178,213,156) instead hex code.

Text Font Color

.myTextColor { color: #B2D59C; }

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

This text font color is #B2D59C.

Background Color

.myBgColor { background-color: #B2D59C; }

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

This div background color is #B2D59C.

Border color

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

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

This div border color is #B2D59C.

Opacity

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

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

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

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

This text has shadow with #B2D59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D59C.

Preview

Color preview on black background

This text has color #B2D59C on black background.


Color preview on white background

This text has color #B2D59C on white background.


Black color preview on #B2D59C background

This text has black color on #B2D59C background.


White color preview on #B2D59C background

This text has white color on #B2D59C background.


Related colors

Complementary color

Complementary color for #hex is #4D2A63.


I love getcolorcode.com

Triadic colors

1 #9CB2D5 and #D59CB2 with #B2D59C are triadic colors.

2 #9CD5B2 and #D5B29C with #B2D59C are triadic colors.