COLOR #B9C57A

HEX: #B9C57A RGB: (185,197,122)

Color info

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

RGB color model

#B9C57A color RGB value is (185,197,122).

RGB: (185,197,122) (73%, 77%, 48%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 122 of 255 = 48%

185
197
122

R + G + B ~ 66%. #B9C57A is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 197 + 122 = 504 (100%)
R 185 of 504 ~ 36.71%
G 197 of 504 ~ 39.09%
B 122 of 504 ~ 24.21'%

%36.71
%39.09
%24.21

CMYK color model

#B9C57A color CMYK value is (6,0,38,23).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 38.07%
  • key color value is 22.75%
CMYK: (6,0,38,23) C6M0Y38K23 (6%,0%,38%,23%) (0.06/0.00/0.38/0.23) 

CMYK percentages

%6.09
%0
%38.07
%22.75

Codes

Color #B9C57A in popluar color models

B9 C5 7A
RGB 185 197 122
HSL 70° 39.27% 62.55%
HSB/HSV 70° 38.07% 77.25%
CMYK 6.09% 0.00% 38.07%
22.75%

Color #B9C57A in popluar number systems.

HEX B9 C5 7A
Decimal 185 197 122
Binary 10111001 11000101 1111010
Octal 271 305 172

Shades and tints

Shades of #B9C57A

#B9C57A
(185,197,122)
#A9B46F
(169,180,111)
#99A364
(153,163,100)
#899259
(137,146,89)
#79814E
(121,129,78)
#697043
(105,112,67)
#595F38
(89,95,56)
#494E2D
(73,78,45)
#393D22
(57,61,34)
#292C17
(41,44,23)
#191B0C
(25,27,12)
#000000
(0,0,0)

Tints of #B9C57A

#B9C57A
(185,197,122)
#BFCA86
(191,202,134)
#C5CF92
(197,207,146)
#CBD49E
(203,212,158)
#D1D9AA
(209,217,170)
#D7DEB6
(215,222,182)
#DDE3C2
(221,227,194)
#E3E8CE
(227,232,206)
#E9EDDA
(233,237,218)
#EFF2E6
(239,242,230)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C57A color. Also use rgb(185,197,122) instead hex code.

Text Font Color

.myTextColor { color: #B9C57A; }

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

This text font color is #B9C57A.

Background Color

.myBgColor { background-color: #B9C57A; }

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

This div background color is #B9C57A.

Border color

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

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

This div border color is #B9C57A.

Opacity

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

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

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

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

This text has shadow with #B9C57A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C57A.

Preview

Color preview on black background

This text has color #B9C57A on black background.


Color preview on white background

This text has color #B9C57A on white background.


Black color preview on #B9C57A background

This text has black color on #B9C57A background.


White color preview on #B9C57A background

This text has white color on #B9C57A background.


Related colors

Complementary color

Complementary color for #hex is #463A85.


I love getcolorcode.com

Triadic colors

1 #7AB9C5 and #C57AB9 with #B9C57A are triadic colors.

2 #7AC5B9 and #C5B97A with #B9C57A are triadic colors.