COLOR #B2D17A

HEX: #B2D17A
RGB: (178,209,122)

Color info

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

RGB color model

#B2D17A color RGB value is (178,209,122).

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

RGB channels and saturation

R 178 of 255 = 70%
G 209 of 255 = 82%
B 122 of 255 = 48%

178
209
122

R + G + B ~ 67%. #B2D17A is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 209 + 122 = 509 (100%)
R 178 of 509 ~ 34.97%
G 209 of 509 ~ 41.06%
B 122 of 509 ~ 23.97%

%34.97
%41.06
%23.97

CMYK color model

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

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 41.63%
  • 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
%41.63
%18.04

Codes

Color #B2D17A in popluar color models

B2D17A
RGB178209122
HSL81°48.60%64.90%
HSB/HSV81°41.63%81.96%
CMYK14.83%0.00%41.63%
18.04%

Color #B2D17A in popluar number systems.

HEXB2D17A
Decimal178209122
Binary10110010110100011111010
Octal262321172

Shades and tints

Shades of #B2D17A

#B2D17A
(178,209,122)
#A2BE6F
(162,190,111)
#92AB64
(146,171,100)
#829859
(130,152,89)
#72854E
(114,133,78)
#627243
(98,114,67)
#525F38
(82,95,56)
#424C2D
(66,76,45)
#323922
(50,57,34)
#222617
(34,38,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #B2D17A

#B2D17A
(178,209,122)
#B9D586
(185,213,134)
#C0D992
(192,217,146)
#C7DD9E
(199,221,158)
#CEE1AA
(206,225,170)
#D5E5B6
(213,229,182)
#DCE9C2
(220,233,194)
#E3EDCE
(227,237,206)
#EAF1DA
(234,241,218)
#F1F5E6
(241,245,230)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D17A; }

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

This text font color is #B2D17A.


Background Color

.myBgColor { background-color: #B2D17A; }

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

This div background color is #B2D17A.


Border color

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

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

This div border color is #B2D17A.


Opacity

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

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

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

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

This text has shadow with #B2D17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D17A on black background.


Color preview on white background

This text has color #B2D17A on white background.



Black color preview on #B2D17A background

This text has black color on #B2D17A background.


White color preview on #B2D17A background

This text has white color on #B2D17A background.