COLOR #B9D68D

HEX: #B9D68D
RGB: (185,214,141)

Color info

#B9D68D contains mainly red and green colors. Web safe color of #B9D68D is #CCCC99 (or #CC9).

RGB color model

#B9D68D color RGB value is (185,214,141).

  • red value is 185;
  • green value is 214;
  • blue value is 141.
RGB:
(185,214,141)
(73%,84%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 214 of 255 = 84%
B 141 of 255 = 55%

185
214
141

R + G + B ~ 71%. #B9D68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 214 + 141 = 540 (100%)
R 185 of 540 ~ 34.26%
G 214 of 540 ~ 39.63%
B 141 of 540 ~ 26.11%

%34.26
%39.63
%26.11

CMYK color model

#B9D68D color CMYK value is (14,0,34,16).

  • cyan value is 13.55%
  • magenta value is 0.00%
  • yellow value is 34.11%
  • key color value is 16.08%
CMYK:
(14,0,34,16)
C14M0Y34K16 
(14%,0%,34%,16%)
(0.14/0.00/0.34/0.16)	

CMYK percentages

%13.55
%0
%34.11
%16.08

Codes

Color #B9D68D in popluar color models

B9D68D
RGB185214141
HSL84°47.10%69.61%
HSB/HSV84°34.11%83.92%
CMYK13.55%0.00%34.11%
16.08%

Color #B9D68D in popluar number systems.

HEXB9D68D
Decimal185214141
Binary101110011101011010001101
Octal271326215

Shades and tints

Shades of #B9D68D

#B9D68D
(185,214,141)
#A9C381
(169,195,129)
#99B075
(153,176,117)
#899D69
(137,157,105)
#798A5D
(121,138,93)
#697751
(105,119,81)
#596445
(89,100,69)
#495139
(73,81,57)
#393E2D
(57,62,45)
#292B21
(41,43,33)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #B9D68D

#B9D68D
(185,214,141)
#BFD997
(191,217,151)
#C5DCA1
(197,220,161)
#CBDFAB
(203,223,171)
#D1E2B5
(209,226,181)
#D7E5BF
(215,229,191)
#DDE8C9
(221,232,201)
#E3EBD3
(227,235,211)
#E9EEDD
(233,238,221)
#EFF1E7
(239,241,231)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D68D color. Also use rgb(185,214,141) instead hex code.

Text Font Color

.myTextColor { color: #B9D68D; }

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

This text font color is #B9D68D.


Background Color

.myBgColor { background-color: #B9D68D; }

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

This div background color is #B9D68D.


Border color

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

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

This div border color is #B9D68D.


Opacity

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

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

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

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

This text has shadow with #B9D68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D68D on black background.


Color preview on white background

This text has color #B9D68D on white background.



Black color preview on #B9D68D background

This text has black color on #B9D68D background.


White color preview on #B9D68D background

This text has white color on #B9D68D background.