COLOR #B0D483

HEX: #B0D483
RGB: (176,212,131)

Color info

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

RGB color model

#B0D483 color RGB value is (176,212,131).

  • red value is 176;
  • green value is 212;
  • blue value is 131.
RGB:
(176,212,131)
(69%,83%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 212 of 255 = 83%
B 131 of 255 = 51%

176
212
131

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

Portions of RGB colors in percentages

R + G + B =
176 + 212 + 131 = 519 (100%)
R 176 of 519 ~ 33.91%
G 212 of 519 ~ 40.85%
B 131 of 519 ~ 25.24%

%33.91
%40.85
%25.24

CMYK color model

#B0D483 color CMYK value is (17,0,38,17).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 38.21%
  • key color value is 16.86%
CMYK:
(17,0,38,17)
C17M0Y38K17 
(17%,0%,38%,17%)
(0.17/0.00/0.38/0.17)	

CMYK percentages

%16.98
%0
%38.21
%16.86

Codes

Color #B0D483 in popluar color models

B0D483
RGB176212131
HSL87°48.50%67.25%
HSB/HSV87°38.21%83.14%
CMYK16.98%0.00%38.21%
16.86%

Color #B0D483 in popluar number systems.

HEXB0D483
Decimal176212131
Binary101100001101010010000011
Octal260324203

Shades and tints

Shades of #B0D483

#B0D483
(176,212,131)
#A0C178
(160,193,120)
#90AE6D
(144,174,109)
#809B62
(128,155,98)
#708857
(112,136,87)
#60754C
(96,117,76)
#506241
(80,98,65)
#404F36
(64,79,54)
#303C2B
(48,60,43)
#202920
(32,41,32)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B0D483

#B0D483
(176,212,131)
#B7D78E
(183,215,142)
#BEDA99
(190,218,153)
#C5DDA4
(197,221,164)
#CCE0AF
(204,224,175)
#D3E3BA
(211,227,186)
#DAE6C5
(218,230,197)
#E1E9D0
(225,233,208)
#E8ECDB
(232,236,219)
#EFEFE6
(239,239,230)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D483 color. Also use rgb(176,212,131) instead hex code.

Text Font Color

.myTextColor { color: #B0D483; }

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

This text font color is #B0D483.


Background Color

.myBgColor { background-color: #B0D483; }

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

This div background color is #B0D483.


Border color

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

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

This div border color is #B0D483.


Opacity

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

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

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

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

This text has shadow with #B0D483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D483 on black background.


Color preview on white background

This text has color #B0D483 on white background.



Black color preview on #B0D483 background

This text has black color on #B0D483 background.


White color preview on #B0D483 background

This text has white color on #B0D483 background.