COLOR #B0D289

HEX: #B0D289
RGB: (176,210,137)

Color info

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

RGB color model

#B0D289 color RGB value is (176,210,137).

  • red value is 176;
  • green value is 210;
  • blue value is 137.
RGB:
(176,210,137)
(69%,82%,54%)

RGB channels and saturation

R 176 of 255 = 69%
G 210 of 255 = 82%
B 137 of 255 = 54%

176
210
137

R + G + B ~ 68%. #B0D289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 210 + 137 = 523 (100%)
R 176 of 523 ~ 33.65%
G 210 of 523 ~ 40.15%
B 137 of 523 ~ 26.2%

%33.65
%40.15
%26.2

CMYK color model

#B0D289 color CMYK value is (16,0,35,18).

  • cyan value is 16.19%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 17.65%
CMYK:
(16,0,35,18)
C16M0Y35K18 
(16%,0%,35%,18%)
(0.16/0.00/0.35/0.18)	

CMYK percentages

%16.19
%0
%34.76
%17.65

Codes

Color #B0D289 in popluar color models

B0D289
RGB176210137
HSL88°44.79%68.04%
HSB/HSV88°34.76%82.35%
CMYK16.19%0.00%34.76%
17.65%

Color #B0D289 in popluar number systems.

HEXB0D289
Decimal176210137
Binary101100001101001010001001
Octal260322211

Shades and tints

Shades of #B0D289

#B0D289
(176,210,137)
#A0BF7D
(160,191,125)
#90AC71
(144,172,113)
#809965
(128,153,101)
#708659
(112,134,89)
#60734D
(96,115,77)
#506041
(80,96,65)
#404D35
(64,77,53)
#303A29
(48,58,41)
#20271D
(32,39,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #B0D289

#B0D289
(176,210,137)
#B7D693
(183,214,147)
#BEDA9D
(190,218,157)
#C5DEA7
(197,222,167)
#CCE2B1
(204,226,177)
#D3E6BB
(211,230,187)
#DAEAC5
(218,234,197)
#E1EECF
(225,238,207)
#E8F2D9
(232,242,217)
#EFF6E3
(239,246,227)
#F6FAED
(246,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D289 color. Also use rgb(176,210,137) instead hex code.

Text Font Color

.myTextColor { color: #B0D289; }

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

This text font color is #B0D289.


Background Color

.myBgColor { background-color: #B0D289; }

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

This div background color is #B0D289.


Border color

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

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

This div border color is #B0D289.


Opacity

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

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

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

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

This text has shadow with #B0D289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D289 on black background.


Color preview on white background

This text has color #B0D289 on white background.



Black color preview on #B0D289 background

This text has black color on #B0D289 background.


White color preview on #B0D289 background

This text has white color on #B0D289 background.