COLOR #B9CD7B

HEX: #B9CD7B RGB: (185,205,123)

Color info

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

RGB color model

#B9CD7B color RGB value is (185,205,123).

RGB: (185,205,123) (73%, 80%, 48%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 123 of 255 = 48%

185
205
123

R + G + B ~ 67%. #B9CD7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 205 + 123 = 513 (100%)
R 185 of 513 ~ 36.06%
G 205 of 513 ~ 39.96%
B 123 of 513 ~ 23.98'%

%36.06
%39.96
%23.98

CMYK color model

#B9CD7B color CMYK value is (10,0,40,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 19.61%

CMYK: (10,0,40,20)
C10M0Y40K20 (10%, 0%, 40%, 20%)
(0.10 / 0.00 / 0.40 / 0.20)

CMYK percentages

%9.76
%0
%40
%19.61

Codes

Color #B9CD7B in popluar color models

B9 CD 7B
RGB 185 205 123
HSL 75° 45.05% 64.31%
HSB/HSV 75° 40.00% 80.39%
CMYK 9.76% 0.00% 40.00%
19.61%

Color #B9CD7B in popluar number systems.

HEX B9 CD 7B
Decimal 185 205 123
Binary 10111001 11001101 1111011
Octal 271 315 173

Shades and tints

Shades of #B9CD7B

#B9CD7B
(185,205,123)
#A9BB70
(169,187,112)
#99A965
(153,169,101)
#89975A
(137,151,90)
#79854F
(121,133,79)
#697344
(105,115,68)
#596139
(89,97,57)
#494F2E
(73,79,46)
#393D23
(57,61,35)
#292B18
(41,43,24)
#19190D
(25,25,13)
#000000
(0,0,0)

Tints of #B9CD7B

#B9CD7B
(185,205,123)
#BFD187
(191,209,135)
#C5D593
(197,213,147)
#CBD99F
(203,217,159)
#D1DDAB
(209,221,171)
#D7E1B7
(215,225,183)
#DDE5C3
(221,229,195)
#E3E9CF
(227,233,207)
#E9EDDB
(233,237,219)
#EFF1E7
(239,241,231)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CD7B color. Also use rgb(185,205,123) instead hex code.

Text Font Color

.myTextColor { color: #B9CD7B; }

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

This text font color is #B9CD7B.

Background Color

.myBgColor { background-color: #B9CD7B; }

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

This div background color is #B9CD7B.

Border color

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

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

This div border color is #B9CD7B.

Opacity

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

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

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

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

This text has shadow with #B9CD7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CD7B.

Preview

Color preview on black background

This text has color #B9CD7B on black background.


Color preview on white background

This text has color #B9CD7B on white background.


Black color preview on #B9CD7B background

This text has black color on #B9CD7B background.


White color preview on #B9CD7B background

This text has white color on #B9CD7B background.


Related colors

Complementary color

Complementary color for #hex is #463284.


I love getcolorcode.com

Triadic colors

1 #7BB9CD and #CD7BB9 with #B9CD7B are triadic colors.

2 #7BCDB9 and #CDB97B with #B9CD7B are triadic colors.