COLOR #B9D36D

HEX: #B9D36D RGB: (185,211,109)

Color info

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

RGB color model

#B9D36D color RGB value is (185,211,109).

RGB: (185,211,109) (73%, 83%, 43%)

RGB channels and saturation

R 185 of 255 = 73%
G 211 of 255 = 83%
B 109 of 255 = 43%

185
211
109

R + G + B ~ 66%. #B9D36D is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 211 + 109 = 505 (100%)
R 185 of 505 ~ 36.63%
G 211 of 505 ~ 41.78%
B 109 of 505 ~ 21.58'%

%36.63
%41.78
%21.58

CMYK color model

#B9D36D color CMYK value is (12,0,48,17).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 48.34%
  • key color value is 17.25%

CMYK: (12,0,48,17)
C12M0Y48K17 (12%, 0%, 48%, 17%)
(0.12 / 0.00 / 0.48 / 0.17)

CMYK percentages

%12.32
%0
%48.34
%17.25

Codes

Color #B9D36D in popluar color models

B9 D3 6D
RGB 185 211 109
HSL 75° 53.68% 62.75%
HSB/HSV 75° 48.34% 82.75%
CMYK 12.32% 0.00% 48.34%
17.25%

Color #B9D36D in popluar number systems.

HEX B9 D3 6D
Decimal 185 211 109
Binary 10111001 11010011 1101101
Octal 271 323 155

Shades and tints

Shades of #B9D36D

#B9D36D
(185,211,109)
#A9C064
(169,192,100)
#99AD5B
(153,173,91)
#899A52
(137,154,82)
#798749
(121,135,73)
#697440
(105,116,64)
#596137
(89,97,55)
#494E2E
(73,78,46)
#393B25
(57,59,37)
#29281C
(41,40,28)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #B9D36D

#B9D36D
(185,211,109)
#BFD77A
(191,215,122)
#C5DB87
(197,219,135)
#CBDF94
(203,223,148)
#D1E3A1
(209,227,161)
#D7E7AE
(215,231,174)
#DDEBBB
(221,235,187)
#E3EFC8
(227,239,200)
#E9F3D5
(233,243,213)
#EFF7E2
(239,247,226)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D36D color. Also use rgb(185,211,109) instead hex code.

Text Font Color

.myTextColor { color: #B9D36D; }

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

This text font color is #B9D36D.

Background Color

.myBgColor { background-color: #B9D36D; }

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

This div background color is #B9D36D.

Border color

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

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

This div border color is #B9D36D.

Opacity

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

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

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

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

This text has shadow with #B9D36D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D36D.

Preview

Color preview on black background

This text has color #B9D36D on black background.


Color preview on white background

This text has color #B9D36D on white background.


Black color preview on #B9D36D background

This text has black color on #B9D36D background.


White color preview on #B9D36D background

This text has white color on #B9D36D background.


Related colors

Complementary color

Complementary color for #hex is #462C92.


I love getcolorcode.com

Triadic colors

1 #6DB9D3 and #D36DB9 with #B9D36D are triadic colors.

2 #6DD3B9 and #D3B96D with #B9D36D are triadic colors.