COLOR #B0D86A

HEX: #B0D86A RGB: (176,216,106)

Color info

#B0D86A contains mainly red and green colors. Web safe color of #B0D86A is #99CC66 (or #9C6).

RGB color model

#B0D86A color RGB value is (176,216,106).

RGB: (176,216,106) (69%, 85%, 42%)

RGB channels and saturation

R 176 of 255 = 69%
G 216 of 255 = 85%
B 106 of 255 = 42%

176
216
106

R + G + B ~ 65%. #B0D86A is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 216 + 106 = 498 (100%)
R 176 of 498 ~ 35.34%
G 216 of 498 ~ 43.37%
B 106 of 498 ~ 21.29'%

%35.34
%43.37
%21.29

CMYK color model

#B0D86A color CMYK value is (19,0,51,15).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 50.93%
  • key color value is 15.29%

CMYK: (19,0,51,15)
C19M0Y51K15 (19%, 0%, 51%, 15%)
(0.19 / 0.00 / 0.51 / 0.15)

CMYK percentages

%18.52
%0
%50.93
%15.29

Codes

Color #B0D86A in popluar color models

B0 D8 6A
RGB 176 216 106
HSL 82° 58.51% 63.14%
HSB/HSV 82° 50.93% 84.71%
CMYK 18.52% 0.00% 50.93%
15.29%

Color #B0D86A in popluar number systems.

HEX B0 D8 6A
Decimal 176 216 106
Binary 10110000 11011000 1101010
Octal 260 330 152

Shades and tints

Shades of #B0D86A

#B0D86A
(176,216,106)
#A0C561
(160,197,97)
#90B258
(144,178,88)
#809F4F
(128,159,79)
#708C46
(112,140,70)
#60793D
(96,121,61)
#506634
(80,102,52)
#40532B
(64,83,43)
#304022
(48,64,34)
#202D19
(32,45,25)
#101A10
(16,26,16)
#000000
(0,0,0)

Tints of #B0D86A

#B0D86A
(176,216,106)
#B7DB77
(183,219,119)
#BEDE84
(190,222,132)
#C5E191
(197,225,145)
#CCE49E
(204,228,158)
#D3E7AB
(211,231,171)
#DAEAB8
(218,234,184)
#E1EDC5
(225,237,197)
#E8F0D2
(232,240,210)
#EFF3DF
(239,243,223)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D86A color. Also use rgb(176,216,106) instead hex code.

Text Font Color

.myTextColor { color: #B0D86A; }

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

This text font color is #B0D86A.

Background Color

.myBgColor { background-color: #B0D86A; }

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

This div background color is #B0D86A.

Border color

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

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

This div border color is #B0D86A.

Opacity

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

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

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

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

This text has shadow with #B0D86A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D86A.

Preview

Color preview on black background

This text has color #B0D86A on black background.


Color preview on white background

This text has color #B0D86A on white background.


Black color preview on #B0D86A background

This text has black color on #B0D86A background.


White color preview on #B0D86A background

This text has white color on #B0D86A background.


Related colors

Complementary color

Complementary color for #hex is #4F2795.


I love getcolorcode.com

Triadic colors

1 #6AB0D8 and #D86AB0 with #B0D86A are triadic colors.

2 #6AD8B0 and #D8B06A with #B0D86A are triadic colors.