COLOR #BDC376

HEX: #BDC376
RGB: (189,195,118)

Color info

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

RGB color model

#BDC376 color RGB value is (189,195,118).

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

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 118 of 255 = 46%

189
195
118

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

Portions of RGB colors in percentages

R + G + B =
189 + 195 + 118 = 502 (100%)
R 189 of 502 ~ 37.65%
G 195 of 502 ~ 38.84%
B 118 of 502 ~ 23.51%

%37.65
%38.84
%23.51

CMYK color model

#BDC376 color CMYK value is (3,0,39,24).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 39.49%
  • key color value is 23.53%
CMYK:
(3,0,39,24)
C3M0Y39K24 
(3%,0%,39%,24%)
(0.03/0.00/0.39/0.24)	

CMYK percentages

%3.08
%0
%39.49
%23.53

Codes

Color #BDC376 in popluar color models

BDC376
RGB189195118
HSL65°39.09%61.37%
HSB/HSV65°39.49%76.47%
CMYK3.08%0.00%39.49%
23.53%

Color #BDC376 in popluar number systems.

HEXBDC376
Decimal189195118
Binary10111101110000111110110
Octal275303166

Shades and tints

Shades of #BDC376

#BDC376
(189,195,118)
#ACB26C
(172,178,108)
#9BA162
(155,161,98)
#8A9058
(138,144,88)
#797F4E
(121,127,78)
#686E44
(104,110,68)
#575D3A
(87,93,58)
#464C30
(70,76,48)
#353B26
(53,59,38)
#242A1C
(36,42,28)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #BDC376

#BDC376
(189,195,118)
#C3C882
(195,200,130)
#C9CD8E
(201,205,142)
#CFD29A
(207,210,154)
#D5D7A6
(213,215,166)
#DBDCB2
(219,220,178)
#E1E1BE
(225,225,190)
#E7E6CA
(231,230,202)
#EDEBD6
(237,235,214)
#F3F0E2
(243,240,226)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC376; }

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

This text font color is #BDC376.


Background Color

.myBgColor { background-color: #BDC376; }

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

This div background color is #BDC376.


Border color

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

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

This div border color is #BDC376.


Opacity

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

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

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

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

This text has shadow with #BDC376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC376 on black background.


Color preview on white background

This text has color #BDC376 on white background.



Black color preview on #BDC376 background

This text has black color on #BDC376 background.


White color preview on #BDC376 background

This text has white color on #BDC376 background.