COLOR #B9DE7A

HEX: #B9DE7A
RGB: (185,222,122)

Color info

#B9DE7A contains mainly red and green colors. Web safe color of #B9DE7A is #CCCC66 (or #CC6).

RGB color model

#B9DE7A color RGB value is (185,222,122).

  • red value is 185;
  • green value is 222;
  • blue value is 122.
RGB:
(185,222,122)
(73%,87%,48%)

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 122 of 255 = 48%

185
222
122

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

Portions of RGB colors in percentages

R + G + B =
185 + 222 + 122 = 529 (100%)
R 185 of 529 ~ 34.97%
G 222 of 529 ~ 41.97%
B 122 of 529 ~ 23.06%

%34.97
%41.97
%23.06

CMYK color model

#B9DE7A color CMYK value is (17,0,45,13).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 12.94%
CMYK:
(17,0,45,13)
C17M0Y45K13 
(17%,0%,45%,13%)
(0.17/0.00/0.45/0.13)	

CMYK percentages

%16.67
%0
%45.05
%12.94

Codes

Color #B9DE7A in popluar color models

B9DE7A
RGB185222122
HSL82°60.24%67.45%
HSB/HSV82°45.05%87.06%
CMYK16.67%0.00%45.05%
12.94%

Color #B9DE7A in popluar number systems.

HEXB9DE7A
Decimal185222122
Binary10111001110111101111010
Octal271336172

Shades and tints

Shades of #B9DE7A

#B9DE7A
(185,222,122)
#A9CA6F
(169,202,111)
#99B664
(153,182,100)
#89A259
(137,162,89)
#798E4E
(121,142,78)
#697A43
(105,122,67)
#596638
(89,102,56)
#49522D
(73,82,45)
#393E22
(57,62,34)
#292A17
(41,42,23)
#19160C
(25,22,12)
#000000
(0,0,0)

Tints of #B9DE7A

#B9DE7A
(185,222,122)
#BFE186
(191,225,134)
#C5E492
(197,228,146)
#CBE79E
(203,231,158)
#D1EAAA
(209,234,170)
#D7EDB6
(215,237,182)
#DDF0C2
(221,240,194)
#E3F3CE
(227,243,206)
#E9F6DA
(233,246,218)
#EFF9E6
(239,249,230)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DE7A color. Also use rgb(185,222,122) instead hex code.

Text Font Color

.myTextColor { color: #B9DE7A; }

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

This text font color is #B9DE7A.


Background Color

.myBgColor { background-color: #B9DE7A; }

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

This div background color is #B9DE7A.


Border color

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

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

This div border color is #B9DE7A.


Opacity

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

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

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

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

This text has shadow with #B9DE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DE7A on black background.


Color preview on white background

This text has color #B9DE7A on white background.



Black color preview on #B9DE7A background

This text has black color on #B9DE7A background.


White color preview on #B9DE7A background

This text has white color on #B9DE7A background.