COLOR #B9DA82

HEX: #B9DA82 RGB: (185,218,130)

Color info

#B9DA82 contains mainly red and green colors. Web safe color of #B9DA82 is #CCCC99 (or #CC9).

RGB color model

#B9DA82 color RGB value is (185,218,130).

RGB: (185,218,130) (73%, 85%, 51%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 130 of 255 = 51%

185
218
130

R + G + B ~ 70%. #B9DA82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 218 + 130 = 533 (100%)
R 185 of 533 ~ 34.71%
G 218 of 533 ~ 40.9%
B 130 of 533 ~ 24.39'%

%34.71
%40.9
%24.39

CMYK color model

#B9DA82 color CMYK value is (15,0,40,15).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 40.37%
  • key color value is 14.51%

CMYK: (15,0,40,15)
C15M0Y40K15 (15%, 0%, 40%, 15%)
(0.15 / 0.00 / 0.40 / 0.15)

CMYK percentages

%15.14
%0
%40.37
%14.51

Codes

Color #B9DA82 in popluar color models

B9 DA 82
RGB 185 218 130
HSL 83° 54.32% 68.24%
HSB/HSV 83° 40.37% 85.49%
CMYK 15.14% 0.00% 40.37%
14.51%

Color #B9DA82 in popluar number systems.

HEX B9 DA 82
Decimal 185 218 130
Binary 10111001 11011010 10000010
Octal 271 332 202

Shades and tints

Shades of #B9DA82

#B9DA82
(185,218,130)
#A9C777
(169,199,119)
#99B46C
(153,180,108)
#89A161
(137,161,97)
#798E56
(121,142,86)
#697B4B
(105,123,75)
#596840
(89,104,64)
#495535
(73,85,53)
#39422A
(57,66,42)
#292F1F
(41,47,31)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #B9DA82

#B9DA82
(185,218,130)
#BFDD8D
(191,221,141)
#C5E098
(197,224,152)
#CBE3A3
(203,227,163)
#D1E6AE
(209,230,174)
#D7E9B9
(215,233,185)
#DDECC4
(221,236,196)
#E3EFCF
(227,239,207)
#E9F2DA
(233,242,218)
#EFF5E5
(239,245,229)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DA82 color. Also use rgb(185,218,130) instead hex code.

Text Font Color

.myTextColor { color: #B9DA82; }

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

This text font color is #B9DA82.

Background Color

.myBgColor { background-color: #B9DA82; }

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

This div background color is #B9DA82.

Border color

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

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

This div border color is #B9DA82.

Opacity

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

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

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

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

This text has shadow with #B9DA82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DA82.

Preview

Color preview on black background

This text has color #B9DA82 on black background.


Color preview on white background

This text has color #B9DA82 on white background.


Black color preview on #B9DA82 background

This text has black color on #B9DA82 background.


White color preview on #B9DA82 background

This text has white color on #B9DA82 background.


Related colors

Complementary color

Complementary color for #hex is #46257D.


I love getcolorcode.com

Triadic colors

1 #82B9DA and #DA82B9 with #B9DA82 are triadic colors.

2 #82DAB9 and #DAB982 with #B9DA82 are triadic colors.