COLOR #B9C771

HEX: #B9C771
RGB: (185,199,113)

Color info

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

RGB color model

#B9C771 color RGB value is (185,199,113).

  • red value is 185;
  • green value is 199;
  • blue value is 113.
RGB:
(185,199,113)
(73%,78%,44%)

RGB channels and saturation

R 185 of 255 = 73%
G 199 of 255 = 78%
B 113 of 255 = 44%

185
199
113

R + G + B ~ 65%. #B9C771 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 199 + 113 = 497 (100%)
R 185 of 497 ~ 37.22%
G 199 of 497 ~ 40.04%
B 113 of 497 ~ 22.74%

%37.22
%40.04
%22.74

CMYK color model

#B9C771 color CMYK value is (7,0,43,22).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 43.22%
  • key color value is 21.96%
CMYK:
(7,0,43,22)
C7M0Y43K22 
(7%,0%,43%,22%)
(0.07/0.00/0.43/0.22)	

CMYK percentages

%7.04
%0
%43.22
%21.96

Codes

Color #B9C771 in popluar color models

B9C771
RGB185199113
HSL70°43.43%61.18%
HSB/HSV70°43.22%78.04%
CMYK7.04%0.00%43.22%
21.96%

Color #B9C771 in popluar number systems.

HEXB9C771
Decimal185199113
Binary10111001110001111110001
Octal271307161

Shades and tints

Shades of #B9C771

#B9C771
(185,199,113)
#A9B567
(169,181,103)
#99A35D
(153,163,93)
#899153
(137,145,83)
#797F49
(121,127,73)
#696D3F
(105,109,63)
#595B35
(89,91,53)
#49492B
(73,73,43)
#393721
(57,55,33)
#292517
(41,37,23)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #B9C771

#B9C771
(185,199,113)
#BFCC7D
(191,204,125)
#C5D189
(197,209,137)
#CBD695
(203,214,149)
#D1DBA1
(209,219,161)
#D7E0AD
(215,224,173)
#DDE5B9
(221,229,185)
#E3EAC5
(227,234,197)
#E9EFD1
(233,239,209)
#EFF4DD
(239,244,221)
#F5F9E9
(245,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C771 color. Also use rgb(185,199,113) instead hex code.

Text Font Color

.myTextColor { color: #B9C771; }

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

This text font color is #B9C771.


Background Color

.myBgColor { background-color: #B9C771; }

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

This div background color is #B9C771.


Border color

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

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

This div border color is #B9C771.


Opacity

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

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

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

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

This text has shadow with #B9C771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C771 on black background.


Color preview on white background

This text has color #B9C771 on white background.



Black color preview on #B9C771 background

This text has black color on #B9C771 background.


White color preview on #B9C771 background

This text has white color on #B9C771 background.