COLOR #B2D499

HEX: #B2D499 RGB: (178,212,153)

Color info

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

RGB color model

#B2D499 color RGB value is (178,212,153).

RGB: (178,212,153) (70%, 83%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 212 of 255 = 83%
B 153 of 255 = 60%

178
212
153

R + G + B ~ 71%. #B2D499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 212 + 153 = 543 (100%)
R 178 of 543 ~ 32.78%
G 212 of 543 ~ 39.04%
B 153 of 543 ~ 28.18'%

%32.78
%39.04
%28.18

CMYK color model

#B2D499 color CMYK value is (16,0,28,17).

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 16.86%

CMYK: (16,0,28,17)
C16M0Y28K17 (16%, 0%, 28%, 17%)
(0.16 / 0.00 / 0.28 / 0.17)

CMYK percentages

%16.04
%0
%27.83
%16.86

Codes

Color #B2D499 in popluar color models

B2 D4 99
RGB 178 212 153
HSL 95° 40.69% 71.57%
HSB/HSV 95° 27.83% 83.14%
CMYK 16.04% 0.00% 27.83%
16.86%

Color #B2D499 in popluar number systems.

HEX B2 D4 99
Decimal 178 212 153
Binary 10110010 11010100 10011001
Octal 262 324 231

Shades and tints

Shades of #B2D499

#B2D499
(178,212,153)
#A2C18C
(162,193,140)
#92AE7F
(146,174,127)
#829B72
(130,155,114)
#728865
(114,136,101)
#627558
(98,117,88)
#52624B
(82,98,75)
#424F3E
(66,79,62)
#323C31
(50,60,49)
#222924
(34,41,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2D499

#B2D499
(178,212,153)
#B9D7A2
(185,215,162)
#C0DAAB
(192,218,171)
#C7DDB4
(199,221,180)
#CEE0BD
(206,224,189)
#D5E3C6
(213,227,198)
#DCE6CF
(220,230,207)
#E3E9D8
(227,233,216)
#EAECE1
(234,236,225)
#F1EFEA
(241,239,234)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D499 color. Also use rgb(178,212,153) instead hex code.

Text Font Color

.myTextColor { color: #B2D499; }

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

This text font color is #B2D499.

Background Color

.myBgColor { background-color: #B2D499; }

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

This div background color is #B2D499.

Border color

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

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

This div border color is #B2D499.

Opacity

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

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

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

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

This text has shadow with #B2D499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D499.

Preview

Color preview on black background

This text has color #B2D499 on black background.


Color preview on white background

This text has color #B2D499 on white background.


Black color preview on #B2D499 background

This text has black color on #B2D499 background.


White color preview on #B2D499 background

This text has white color on #B2D499 background.


Related colors

Complementary color

Complementary color for #hex is #4D2B66.


I love getcolorcode.com

Triadic colors

1 #99B2D4 and #D499B2 with #B2D499 are triadic colors.

2 #99D4B2 and #D4B299 with #B2D499 are triadic colors.