COLOR #B3C580

HEX: #B3C580 RGB: (179,197,128)

Color info

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

RGB color model

#B3C580 color RGB value is (179,197,128).

RGB: (179,197,128) (70%, 77%, 50%)

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 128 of 255 = 50%

179
197
128

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

Portions of RGB colors in percentages

R + G + B = 179 + 197 + 128 = 504 (100%)
R 179 of 504 ~ 35.52%
G 197 of 504 ~ 39.09%
B 128 of 504 ~ 25.4'%

%35.52
%39.09
%25.4

CMYK color model

#B3C580 color CMYK value is (9,0,35,23).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 22.75%

CMYK: (9,0,35,23)
C9M0Y35K23 (9%, 0%, 35%, 23%)
(0.09 / 0.00 / 0.35 / 0.23)

CMYK percentages

%9.14
%0
%35.03
%22.75

Codes

Color #B3C580 in popluar color models

B3 C5 80
RGB 179 197 128
HSL 76° 37.30% 63.73%
HSB/HSV 76° 35.03% 77.25%
CMYK 9.14% 0.00% 35.03%
22.75%

Color #B3C580 in popluar number systems.

HEX B3 C5 80
Decimal 179 197 128
Binary 10110011 11000101 10000000
Octal 263 305 200

Shades and tints

Shades of #B3C580

#B3C580
(179,197,128)
#A3B475
(163,180,117)
#93A36A
(147,163,106)
#83925F
(131,146,95)
#738154
(115,129,84)
#637049
(99,112,73)
#535F3E
(83,95,62)
#434E33
(67,78,51)
#333D28
(51,61,40)
#232C1D
(35,44,29)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #B3C580

#B3C580
(179,197,128)
#B9CA8B
(185,202,139)
#BFCF96
(191,207,150)
#C5D4A1
(197,212,161)
#CBD9AC
(203,217,172)
#D1DEB7
(209,222,183)
#D7E3C2
(215,227,194)
#DDE8CD
(221,232,205)
#E3EDD8
(227,237,216)
#E9F2E3
(233,242,227)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C580; }

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

This text font color is #B3C580.

Background Color

.myBgColor { background-color: #B3C580; }

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

This div background color is #B3C580.

Border color

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

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

This div border color is #B3C580.

Opacity

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

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

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

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

This text has shadow with #B3C580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C580.

Preview

Color preview on black background

This text has color #B3C580 on black background.


Color preview on white background

This text has color #B3C580 on white background.


Black color preview on #B3C580 background

This text has black color on #B3C580 background.


White color preview on #B3C580 background

This text has white color on #B3C580 background.


Related colors

Complementary color

Complementary color for #hex is #4C3A7F.


I love getcolorcode.com

Triadic colors

1 #80B3C5 and #C580B3 with #B3C580 are triadic colors.

2 #80C5B3 and #C5B380 with #B3C580 are triadic colors.