COLOR #B2CA82

HEX: #B2CA82 RGB: (178,202,130)

Color info

#B2CA82 contains mainly red and green colors. Web safe color of #B2CA82 is #99CC99 (or #9C9).

RGB color model

#B2CA82 color RGB value is (178,202,130).

RGB: (178,202,130) (70%, 79%, 51%)

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 130 of 255 = 51%

178
202
130

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

Portions of RGB colors in percentages

R + G + B = 178 + 202 + 130 = 510 (100%)
R 178 of 510 ~ 34.9%
G 202 of 510 ~ 39.61%
B 130 of 510 ~ 25.49'%

%34.9
%39.61
%25.49

CMYK color model

#B2CA82 color CMYK value is (12,0,36,21).

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

CMYK: (12,0,36,21)
C12M0Y36K21 (12%, 0%, 36%, 21%)
(0.12 / 0.00 / 0.36 / 0.21)

CMYK percentages

%11.88
%0
%35.64
%20.78

Codes

Color #B2CA82 in popluar color models

B2 CA 82
RGB 178 202 130
HSL 80° 40.45% 65.10%
HSB/HSV 80° 35.64% 79.22%
CMYK 11.88% 0.00% 35.64%
20.78%

Color #B2CA82 in popluar number systems.

HEX B2 CA 82
Decimal 178 202 130
Binary 10110010 11001010 10000010
Octal 262 312 202

Shades and tints

Shades of #B2CA82

#B2CA82
(178,202,130)
#A2B877
(162,184,119)
#92A66C
(146,166,108)
#829461
(130,148,97)
#728256
(114,130,86)
#62704B
(98,112,75)
#525E40
(82,94,64)
#424C35
(66,76,53)
#323A2A
(50,58,42)
#22281F
(34,40,31)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #B2CA82

#B2CA82
(178,202,130)
#B9CE8D
(185,206,141)
#C0D298
(192,210,152)
#C7D6A3
(199,214,163)
#CEDAAE
(206,218,174)
#D5DEB9
(213,222,185)
#DCE2C4
(220,226,196)
#E3E6CF
(227,230,207)
#EAEADA
(234,234,218)
#F1EEE5
(241,238,229)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CA82; }

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

This text font color is #B2CA82.

Background Color

.myBgColor { background-color: #B2CA82; }

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

This div background color is #B2CA82.

Border color

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

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

This div border color is #B2CA82.

Opacity

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

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

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

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

This text has shadow with #B2CA82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CA82.

Preview

Color preview on black background

This text has color #B2CA82 on black background.


Color preview on white background

This text has color #B2CA82 on white background.


Black color preview on #B2CA82 background

This text has black color on #B2CA82 background.


White color preview on #B2CA82 background

This text has white color on #B2CA82 background.


Related colors

Complementary color

Complementary color for #hex is #4D357D.


I love getcolorcode.com

Triadic colors

1 #82B2CA and #CA82B2 with #B2CA82 are triadic colors.

2 #82CAB2 and #CAB282 with #B2CA82 are triadic colors.