COLOR #B9C78A

HEX: #B9C78A RGB: (185,199,138)

Color info

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

RGB color model

#B9C78A color RGB value is (185,199,138).

RGB: (185,199,138) (73%, 78%, 54%)

RGB channels and saturation

R 185 of 255 = 73%
G 199 of 255 = 78%
B 138 of 255 = 54%

185
199
138

R + G + B ~ 68%. #B9C78A is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 199 + 138 = 522 (100%)
R 185 of 522 ~ 35.44%
G 199 of 522 ~ 38.12%
B 138 of 522 ~ 26.44'%

%35.44
%38.12
%26.44

CMYK color model

#B9C78A color CMYK value is (7,0,31,22).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 21.96%

CMYK: (7,0,31,22)
C7M0Y31K22 (7%, 0%, 31%, 22%)
(0.07 / 0.00 / 0.31 / 0.22)

CMYK percentages

%7.04
%0
%30.65
%21.96

Codes

Color #B9C78A in popluar color models

B9 C7 8A
RGB 185 199 138
HSL 74° 35.26% 66.08%
HSB/HSV 74° 30.65% 78.04%
CMYK 7.04% 0.00% 30.65%
21.96%

Color #B9C78A in popluar number systems.

HEX B9 C7 8A
Decimal 185 199 138
Binary 10111001 11000111 10001010
Octal 271 307 212

Shades and tints

Shades of #B9C78A

#B9C78A
(185,199,138)
#A9B57E
(169,181,126)
#99A372
(153,163,114)
#899166
(137,145,102)
#797F5A
(121,127,90)
#696D4E
(105,109,78)
#595B42
(89,91,66)
#494936
(73,73,54)
#39372A
(57,55,42)
#29251E
(41,37,30)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #B9C78A

#B9C78A
(185,199,138)
#BFCC94
(191,204,148)
#C5D19E
(197,209,158)
#CBD6A8
(203,214,168)
#D1DBB2
(209,219,178)
#D7E0BC
(215,224,188)
#DDE5C6
(221,229,198)
#E3EAD0
(227,234,208)
#E9EFDA
(233,239,218)
#EFF4E4
(239,244,228)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C78A; }

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

This text font color is #B9C78A.

Background Color

.myBgColor { background-color: #B9C78A; }

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

This div background color is #B9C78A.

Border color

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

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

This div border color is #B9C78A.

Opacity

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

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

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

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

This text has shadow with #B9C78A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C78A.

Preview

Color preview on black background

This text has color #B9C78A on black background.


Color preview on white background

This text has color #B9C78A on white background.


Black color preview on #B9C78A background

This text has black color on #B9C78A background.


White color preview on #B9C78A background

This text has white color on #B9C78A background.


Related colors

Complementary color

Complementary color for #hex is #463875.


I love getcolorcode.com

Triadic colors

1 #8AB9C7 and #C78AB9 with #B9C78A are triadic colors.

2 #8AC7B9 and #C7B98A with #B9C78A are triadic colors.