COLOR #B2CA80

HEX: #B2CA80 RGB: (178,202,128)

Color info

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

RGB color model

#B2CA80 color RGB value is (178,202,128).

RGB: (178,202,128) (70%, 79%, 50%)

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 128 of 255 = 50%

178
202
128

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

Portions of RGB colors in percentages

R + G + B = 178 + 202 + 128 = 508 (100%)
R 178 of 508 ~ 35.04%
G 202 of 508 ~ 39.76%
B 128 of 508 ~ 25.2'%

%35.04
%39.76
%25.2

CMYK color model

#B2CA80 color CMYK value is (12,0,37,21).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 20.78%

CMYK: (12,0,37,21)
C12M0Y37K21 (12%, 0%, 37%, 21%)
(0.12 / 0.00 / 0.37 / 0.21)

CMYK percentages

%11.88
%0
%36.63
%20.78

Codes

Color #B2CA80 in popluar color models

B2 CA 80
RGB 178 202 128
HSL 79° 41.11% 64.71%
HSB/HSV 79° 36.63% 79.22%
CMYK 11.88% 0.00% 36.63%
20.78%

Color #B2CA80 in popluar number systems.

HEX B2 CA 80
Decimal 178 202 128
Binary 10110010 11001010 10000000
Octal 262 312 200

Shades and tints

Shades of #B2CA80

#B2CA80
(178,202,128)
#A2B875
(162,184,117)
#92A66A
(146,166,106)
#82945F
(130,148,95)
#728254
(114,130,84)
#627049
(98,112,73)
#525E3E
(82,94,62)
#424C33
(66,76,51)
#323A28
(50,58,40)
#22281D
(34,40,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #B2CA80

#B2CA80
(178,202,128)
#B9CE8B
(185,206,139)
#C0D296
(192,210,150)
#C7D6A1
(199,214,161)
#CEDAAC
(206,218,172)
#D5DEB7
(213,222,183)
#DCE2C2
(220,226,194)
#E3E6CD
(227,230,205)
#EAEAD8
(234,234,216)
#F1EEE3
(241,238,227)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CA80 color. Also use rgb(178,202,128) instead hex code.

Text Font Color

.myTextColor { color: #B2CA80; }

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

This text font color is #B2CA80.

Background Color

.myBgColor { background-color: #B2CA80; }

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

This div background color is #B2CA80.

Border color

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

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

This div border color is #B2CA80.

Opacity

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

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

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

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

This text has shadow with #B2CA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CA80.

Preview

Color preview on black background

This text has color #B2CA80 on black background.


Color preview on white background

This text has color #B2CA80 on white background.


Black color preview on #B2CA80 background

This text has black color on #B2CA80 background.


White color preview on #B2CA80 background

This text has white color on #B2CA80 background.


Related colors

Complementary color

Complementary color for #hex is #4D357F.


I love getcolorcode.com

Triadic colors

1 #80B2CA and #CA80B2 with #B2CA80 are triadic colors.

2 #80CAB2 and #CAB280 with #B2CA80 are triadic colors.