COLOR #B3C59F

HEX: #B3C59F RGB: (179,197,159)

Color info

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

RGB color model

#B3C59F color RGB value is (179,197,159).

RGB: (179,197,159) (70%, 77%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 159 of 255 = 62%

179
197
159

R + G + B ~ 70%. #B3C59F is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 197 + 159 = 535 (100%)
R 179 of 535 ~ 33.46%
G 197 of 535 ~ 36.82%
B 159 of 535 ~ 29.72'%

%33.46
%36.82
%29.72

CMYK color model

#B3C59F color CMYK value is (9,0,19,23).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK: (9,0,19,23) C9M0Y19K23 (9%,0%,19%,23%) (0.09/0.00/0.19/0.23) 

CMYK percentages

%9.14
%0
%19.29
%22.75

Codes

Color #B3C59F in popluar color models

B3 C5 9F
RGB 179 197 159
HSL 88° 24.68% 69.80%
HSB/HSV 88° 19.29% 77.25%
CMYK 9.14% 0.00% 19.29%
22.75%

Color #B3C59F in popluar number systems.

HEX B3 C5 9F
Decimal 179 197 159
Binary 10110011 11000101 10011111
Octal 263 305 237

Shades and tints

Shades of #B3C59F

#B3C59F
(179,197,159)
#A3B491
(163,180,145)
#93A383
(147,163,131)
#839275
(131,146,117)
#738167
(115,129,103)
#637059
(99,112,89)
#535F4B
(83,95,75)
#434E3D
(67,78,61)
#333D2F
(51,61,47)
#232C21
(35,44,33)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #B3C59F

#B3C59F
(179,197,159)
#B9CAA7
(185,202,167)
#BFCFAF
(191,207,175)
#C5D4B7
(197,212,183)
#CBD9BF
(203,217,191)
#D1DEC7
(209,222,199)
#D7E3CF
(215,227,207)
#DDE8D7
(221,232,215)
#E3EDDF
(227,237,223)
#E9F2E7
(233,242,231)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C59F color. Also use rgb(179,197,159) instead hex code.

Text Font Color

.myTextColor { color: #B3C59F; }

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

This text font color is #B3C59F.

Background Color

.myBgColor { background-color: #B3C59F; }

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

This div background color is #B3C59F.

Border color

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

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

This div border color is #B3C59F.

Opacity

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

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

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

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

This text has shadow with #B3C59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C59F.

Preview

Color preview on black background

This text has color #B3C59F on black background.


Color preview on white background

This text has color #B3C59F on white background.


Black color preview on #B3C59F background

This text has black color on #B3C59F background.


White color preview on #B3C59F background

This text has white color on #B3C59F background.


Related colors

Complementary color

Complementary color for #hex is #4C3A60.


I love getcolorcode.com

Triadic colors

1 #9FB3C5 and #C59FB3 with #B3C59F are triadic colors.

2 #9FC5B3 and #C5B39F with #B3C59F are triadic colors.