COLOR #B9DC0D

HEX: #B9DC0D
RGB: (185,220,13)

Color info

#B9DC0D contains mainly red and green colors. Web safe color of #B9DC0D is #CCCC00 (or #CC0).

RGB color model

#B9DC0D color RGB value is (185,220,13).

  • red value is 185;
  • green value is 220;
  • blue value is 13.
RGB:
(185,220,13)
(73%,86%,5%)

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 13 of 255 = 5%

185
220
13

R + G + B ~ 55%. #B9DC0D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 13 = 418 (100%)
R 185 of 418 ~ 44.26%
G 220 of 418 ~ 52.63%
B 13 of 418 ~ 3.11%

%44.26
%52.63

CMYK color model

#B9DC0D color CMYK value is (16,0,94,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 94.09%
  • key color value is 13.73%
CMYK:
(16,0,94,14)
C16M0Y94K14 
(16%,0%,94%,14%)
(0.16/0.00/0.94/0.14)	

CMYK percentages

%15.91
%0
%94.09
%13.73

Codes

Color #B9DC0D in popluar color models

B9DC0D
RGB18522013
HSL70°88.84%45.69%
HSB/HSV70°94.09%86.27%
CMYK15.91%0.00%94.09%
13.73%

Color #B9DC0D in popluar number systems.

HEXB9DC0D
Decimal18522013
Binary10111001110111001101
Octal27133415

Shades and tints

Shades of #B9DC0D

#B9DC0D
(185,220,13)
#A9C80C
(169,200,12)
#99B40B
(153,180,11)
#89A00A
(137,160,10)
#798C09
(121,140,9)
#697808
(105,120,8)
#596407
(89,100,7)
#495006
(73,80,6)
#393C05
(57,60,5)
#292804
(41,40,4)
#191403
(25,20,3)
#000000
(0,0,0)

Tints of #B9DC0D

#B9DC0D
(185,220,13)
#BFDF23
(191,223,35)
#C5E239
(197,226,57)
#CBE54F
(203,229,79)
#D1E865
(209,232,101)
#D7EB7B
(215,235,123)
#DDEE91
(221,238,145)
#E3F1A7
(227,241,167)
#E9F4BD
(233,244,189)
#EFF7D3
(239,247,211)
#F5FAE9
(245,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DC0D; }

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

This text font color is #B9DC0D.


Background Color

.myBgColor { background-color: #B9DC0D; }

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

This div background color is #B9DC0D.


Border color

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

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

This div border color is #B9DC0D.


Opacity

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

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

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

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

This text has shadow with #B9DC0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DC0D on black background.


Color preview on white background

This text has color #B9DC0D on white background.



Black color preview on #B9DC0D background

This text has black color on #B9DC0D background.


White color preview on #B9DC0D background

This text has white color on #B9DC0D background.