COLOR #B9DC6B

HEX: #B9DC6B RGB: (185,220,107)

Color info

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

RGB color model

#B9DC6B color RGB value is (185,220,107).

RGB: (185,220,107) (73%, 86%, 42%)

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 107 of 255 = 42%

185
220
107

R + G + B ~ 67%. #B9DC6B is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 220 + 107 = 512 (100%)
R 185 of 512 ~ 36.13%
G 220 of 512 ~ 42.97%
B 107 of 512 ~ 20.9'%

%36.13
%42.97
%20.9

CMYK color model

#B9DC6B color CMYK value is (16,0,51,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 51.36%
  • key color value is 13.73%

CMYK: (16,0,51,14)
C16M0Y51K14 (16%, 0%, 51%, 14%)
(0.16 / 0.00 / 0.51 / 0.14)

CMYK percentages

%15.91
%0
%51.36
%13.73

Codes

Color #B9DC6B in popluar color models

B9 DC 6B
RGB 185 220 107
HSL 79° 61.75% 64.12%
HSB/HSV 79° 51.36% 86.27%
CMYK 15.91% 0.00% 51.36%
13.73%

Color #B9DC6B in popluar number systems.

HEX B9 DC 6B
Decimal 185 220 107
Binary 10111001 11011100 1101011
Octal 271 334 153

Shades and tints

Shades of #B9DC6B

#B9DC6B
(185,220,107)
#A9C862
(169,200,98)
#99B459
(153,180,89)
#89A050
(137,160,80)
#798C47
(121,140,71)
#69783E
(105,120,62)
#596435
(89,100,53)
#49502C
(73,80,44)
#393C23
(57,60,35)
#29281A
(41,40,26)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #B9DC6B

#B9DC6B
(185,220,107)
#BFDF78
(191,223,120)
#C5E285
(197,226,133)
#CBE592
(203,229,146)
#D1E89F
(209,232,159)
#D7EBAC
(215,235,172)
#DDEEB9
(221,238,185)
#E3F1C6
(227,241,198)
#E9F4D3
(233,244,211)
#EFF7E0
(239,247,224)
#F5FAED
(245,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DC6B color. Also use rgb(185,220,107) instead hex code.

Text Font Color

.myTextColor { color: #B9DC6B; }

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

This text font color is #B9DC6B.

Background Color

.myBgColor { background-color: #B9DC6B; }

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

This div background color is #B9DC6B.

Border color

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

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

This div border color is #B9DC6B.

Opacity

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

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

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

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

This text has shadow with #B9DC6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DC6B.

Preview

Color preview on black background

This text has color #B9DC6B on black background.


Color preview on white background

This text has color #B9DC6B on white background.


Black color preview on #B9DC6B background

This text has black color on #B9DC6B background.


White color preview on #B9DC6B background

This text has white color on #B9DC6B background.


Related colors

Complementary color

Complementary color for #hex is #462394.


I love getcolorcode.com

Triadic colors

1 #6BB9DC and #DC6BB9 with #B9DC6B are triadic colors.

2 #6BDCB9 and #DCB96B with #B9DC6B are triadic colors.