COLOR #B2D089

HEX: #B2D089 RGB: (178,208,137)

Color info

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

RGB color model

#B2D089 color RGB value is (178,208,137).

RGB: (178,208,137) (70%, 82%, 54%)

RGB channels and saturation

R 178 of 255 = 70%
G 208 of 255 = 82%
B 137 of 255 = 54%

178
208
137

R + G + B ~ 69%. #B2D089 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 208 + 137 = 523 (100%)
R 178 of 523 ~ 34.03%
G 208 of 523 ~ 39.77%
B 137 of 523 ~ 26.2'%

%34.03
%39.77
%26.2

CMYK color model

#B2D089 color CMYK value is (14,0,34,18).

  • cyan value is 14.42%
  • magenta value is 0.00%
  • yellow value is 34.13%
  • key color value is 18.43%

CMYK: (14,0,34,18)
C14M0Y34K18 (14%, 0%, 34%, 18%)
(0.14 / 0.00 / 0.34 / 0.18)

CMYK percentages

%14.42
%0
%34.13
%18.43

Codes

Color #B2D089 in popluar color models

B2 D0 89
RGB 178 208 137
HSL 85° 43.03% 67.65%
HSB/HSV 85° 34.13% 81.57%
CMYK 14.42% 0.00% 34.13%
18.43%

Color #B2D089 in popluar number systems.

HEX B2 D0 89
Decimal 178 208 137
Binary 10110010 11010000 10001001
Octal 262 320 211

Shades and tints

Shades of #B2D089

#B2D089
(178,208,137)
#A2BE7D
(162,190,125)
#92AC71
(146,172,113)
#829A65
(130,154,101)
#728859
(114,136,89)
#62764D
(98,118,77)
#526441
(82,100,65)
#425235
(66,82,53)
#324029
(50,64,41)
#222E1D
(34,46,29)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #B2D089

#B2D089
(178,208,137)
#B9D493
(185,212,147)
#C0D89D
(192,216,157)
#C7DCA7
(199,220,167)
#CEE0B1
(206,224,177)
#D5E4BB
(213,228,187)
#DCE8C5
(220,232,197)
#E3ECCF
(227,236,207)
#EAF0D9
(234,240,217)
#F1F4E3
(241,244,227)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D089 color. Also use rgb(178,208,137) instead hex code.

Text Font Color

.myTextColor { color: #B2D089; }

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

This text font color is #B2D089.

Background Color

.myBgColor { background-color: #B2D089; }

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

This div background color is #B2D089.

Border color

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

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

This div border color is #B2D089.

Opacity

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

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

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

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

This text has shadow with #B2D089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D089.

Preview

Color preview on black background

This text has color #B2D089 on black background.


Color preview on white background

This text has color #B2D089 on white background.


Black color preview on #B2D089 background

This text has black color on #B2D089 background.


White color preview on #B2D089 background

This text has white color on #B2D089 background.


Related colors

Complementary color

Complementary color for #hex is #4D2F76.


I love getcolorcode.com

Triadic colors

1 #89B2D0 and #D089B2 with #B2D089 are triadic colors.

2 #89D0B2 and #D0B289 with #B2D089 are triadic colors.