COLOR #BDCB76

HEX: #BDCB76
RGB: (189,203,118)

Color info

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

RGB color model

#BDCB76 color RGB value is (189,203,118).

  • red value is 189;
  • green value is 203;
  • blue value is 118.
RGB:
(189,203,118)
(74%,80%,46%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 118 of 255 = 46%

189
203
118

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

Portions of RGB colors in percentages

R + G + B =
189 + 203 + 118 = 510 (100%)
R 189 of 510 ~ 37.06%
G 203 of 510 ~ 39.8%
B 118 of 510 ~ 23.14%

%37.06
%39.8
%23.14

CMYK color model

#BDCB76 color CMYK value is (7,0,42,20).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 41.87%
  • key color value is 20.39%
CMYK:
(7,0,42,20)
C7M0Y42K20 
(7%,0%,42%,20%)
(0.07/0.00/0.42/0.20)	

CMYK percentages

%6.9
%0
%41.87
%20.39

Codes

Color #BDCB76 in popluar color models

BDCB76
RGB189203118
HSL70°44.97%62.94%
HSB/HSV70°41.87%79.61%
CMYK6.90%0.00%41.87%
20.39%

Color #BDCB76 in popluar number systems.

HEXBDCB76
Decimal189203118
Binary10111101110010111110110
Octal275313166

Shades and tints

Shades of #BDCB76

#BDCB76
(189,203,118)
#ACB96C
(172,185,108)
#9BA762
(155,167,98)
#8A9558
(138,149,88)
#79834E
(121,131,78)
#687144
(104,113,68)
#575F3A
(87,95,58)
#464D30
(70,77,48)
#353B26
(53,59,38)
#24291C
(36,41,28)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDCB76

#BDCB76
(189,203,118)
#C3CF82
(195,207,130)
#C9D38E
(201,211,142)
#CFD79A
(207,215,154)
#D5DBA6
(213,219,166)
#DBDFB2
(219,223,178)
#E1E3BE
(225,227,190)
#E7E7CA
(231,231,202)
#EDEBD6
(237,235,214)
#F3EFE2
(243,239,226)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCB76 color. Also use rgb(189,203,118) instead hex code.

Text Font Color

.myTextColor { color: #BDCB76; }

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

This text font color is #BDCB76.


Background Color

.myBgColor { background-color: #BDCB76; }

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

This div background color is #BDCB76.


Border color

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

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

This div border color is #BDCB76.


Opacity

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

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

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

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

This text has shadow with #BDCB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCB76 on black background.


Color preview on white background

This text has color #BDCB76 on white background.



Black color preview on #BDCB76 background

This text has black color on #BDCB76 background.


White color preview on #BDCB76 background

This text has white color on #BDCB76 background.