COLOR #B9D35D

HEX: #B9D35D
RGB: (185,211,93)

Color info

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

RGB color model

#B9D35D color RGB value is (185,211,93).

  • red value is 185;
  • green value is 211;
  • blue value is 93.
RGB:
(185,211,93)
(73%,83%,36%)

RGB channels and saturation

R 185 of 255 = 73%
G 211 of 255 = 83%
B 93 of 255 = 36%

185
211
93

R + G + B ~ 64%. #B9D35D is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 211 + 93 = 489 (100%)
R 185 of 489 ~ 37.83%
G 211 of 489 ~ 43.15%
B 93 of 489 ~ 19.02%

%37.83
%43.15
%19.02

CMYK color model

#B9D35D color CMYK value is (12,0,56,17).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 55.92%
  • key color value is 17.25%
CMYK:
(12,0,56,17)
C12M0Y56K17 
(12%,0%,56%,17%)
(0.12/0.00/0.56/0.17)	

CMYK percentages

%12.32
%0
%55.92
%17.25

Codes

Color #B9D35D in popluar color models

B9D35D
RGB18521193
HSL73°57.28%59.61%
HSB/HSV73°55.92%82.75%
CMYK12.32%0.00%55.92%
17.25%

Color #B9D35D in popluar number systems.

HEXB9D35D
Decimal18521193
Binary10111001110100111011101
Octal271323135

Shades and tints

Shades of #B9D35D

#B9D35D
(185,211,93)
#A9C055
(169,192,85)
#99AD4D
(153,173,77)
#899A45
(137,154,69)
#79873D
(121,135,61)
#697435
(105,116,53)
#59612D
(89,97,45)
#494E25
(73,78,37)
#393B1D
(57,59,29)
#292815
(41,40,21)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #B9D35D

#B9D35D
(185,211,93)
#BFD76B
(191,215,107)
#C5DB79
(197,219,121)
#CBDF87
(203,223,135)
#D1E395
(209,227,149)
#D7E7A3
(215,231,163)
#DDEBB1
(221,235,177)
#E3EFBF
(227,239,191)
#E9F3CD
(233,243,205)
#EFF7DB
(239,247,219)
#F5FBE9
(245,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D35D; }

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

This text font color is #B9D35D.


Background Color

.myBgColor { background-color: #B9D35D; }

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

This div background color is #B9D35D.


Border color

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

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

This div border color is #B9D35D.


Opacity

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

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

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

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

This text has shadow with #B9D35D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D35D on black background.


Color preview on white background

This text has color #B9D35D on white background.



Black color preview on #B9D35D background

This text has black color on #B9D35D background.


White color preview on #B9D35D background

This text has white color on #B9D35D background.