COLOR #B2D179

HEX: #B2D179
RGB: (178,209,121)

Color info

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

RGB color model

#B2D179 color RGB value is (178,209,121).

  • red value is 178;
  • green value is 209;
  • blue value is 121.
RGB:
(178,209,121)
(70%,82%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 209 of 255 = 82%
B 121 of 255 = 47%

178
209
121

R + G + B ~ 66%. #B2D179 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 209 + 121 = 508 (100%)
R 178 of 508 ~ 35.04%
G 209 of 508 ~ 41.14%
B 121 of 508 ~ 23.82%

%35.04
%41.14
%23.82

CMYK color model

#B2D179 color CMYK value is (15,0,42,18).

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 18.04%
CMYK:
(15,0,42,18)
C15M0Y42K18 
(15%,0%,42%,18%)
(0.15/0.00/0.42/0.18)	

CMYK percentages

%14.83
%0
%42.11
%18.04

Codes

Color #B2D179 in popluar color models

B2D179
RGB178209121
HSL81°48.89%64.71%
HSB/HSV81°42.11%81.96%
CMYK14.83%0.00%42.11%
18.04%

Color #B2D179 in popluar number systems.

HEXB2D179
Decimal178209121
Binary10110010110100011111001
Octal262321171

Shades and tints

Shades of #B2D179

#B2D179
(178,209,121)
#A2BE6E
(162,190,110)
#92AB63
(146,171,99)
#829858
(130,152,88)
#72854D
(114,133,77)
#627242
(98,114,66)
#525F37
(82,95,55)
#424C2C
(66,76,44)
#323921
(50,57,33)
#222616
(34,38,22)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #B2D179

#B2D179
(178,209,121)
#B9D585
(185,213,133)
#C0D991
(192,217,145)
#C7DD9D
(199,221,157)
#CEE1A9
(206,225,169)
#D5E5B5
(213,229,181)
#DCE9C1
(220,233,193)
#E3EDCD
(227,237,205)
#EAF1D9
(234,241,217)
#F1F5E5
(241,245,229)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D179 color. Also use rgb(178,209,121) instead hex code.

Text Font Color

.myTextColor { color: #B2D179; }

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

This text font color is #B2D179.


Background Color

.myBgColor { background-color: #B2D179; }

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

This div background color is #B2D179.


Border color

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

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

This div border color is #B2D179.


Opacity

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

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

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

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

This text has shadow with #B2D179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D179 on black background.


Color preview on white background

This text has color #B2D179 on white background.



Black color preview on #B2D179 background

This text has black color on #B2D179 background.


White color preview on #B2D179 background

This text has white color on #B2D179 background.