COLOR #BDC973

HEX: #BDC973 RGB: (189,201,115)

Color info

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

RGB color model

#BDC973 color RGB value is (189,201,115).

RGB: (189,201,115) (74%, 79%, 45%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 115 of 255 = 45%

189
201
115

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

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 115 = 505 (100%)
R 189 of 505 ~ 37.43%
G 201 of 505 ~ 39.8%
B 115 of 505 ~ 22.77'%

%37.43
%39.8
%22.77

CMYK color model

#BDC973 color CMYK value is (6,0,43,21).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 42.79%
  • key color value is 21.18%

CMYK: (6,0,43,21)
C6M0Y43K21 (6%, 0%, 43%, 21%)
(0.06 / 0.00 / 0.43 / 0.21)

CMYK percentages

%5.97
%0
%42.79
%21.18

Codes

Color #BDC973 in popluar color models

BD C9 73
RGB 189 201 115
HSL 68° 44.33% 61.96%
HSB/HSV 68° 42.79% 78.82%
CMYK 5.97% 0.00% 42.79%
21.18%

Color #BDC973 in popluar number systems.

HEX BD C9 73
Decimal 189 201 115
Binary 10111101 11001001 1110011
Octal 275 311 163

Shades and tints

Shades of #BDC973

#BDC973
(189,201,115)
#ACB769
(172,183,105)
#9BA55F
(155,165,95)
#8A9355
(138,147,85)
#79814B
(121,129,75)
#686F41
(104,111,65)
#575D37
(87,93,55)
#464B2D
(70,75,45)
#353923
(53,57,35)
#242719
(36,39,25)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #BDC973

#BDC973
(189,201,115)
#C3CD7F
(195,205,127)
#C9D18B
(201,209,139)
#CFD597
(207,213,151)
#D5D9A3
(213,217,163)
#DBDDAF
(219,221,175)
#E1E1BB
(225,225,187)
#E7E5C7
(231,229,199)
#EDE9D3
(237,233,211)
#F3EDDF
(243,237,223)
#F9F1EB
(249,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC973 color. Also use rgb(189,201,115) instead hex code.

Text Font Color

.myTextColor { color: #BDC973; }

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

This text font color is #BDC973.

Background Color

.myBgColor { background-color: #BDC973; }

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

This div background color is #BDC973.

Border color

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

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

This div border color is #BDC973.

Opacity

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

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

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

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

This text has shadow with #BDC973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC973.

Preview

Color preview on black background

This text has color #BDC973 on black background.


Color preview on white background

This text has color #BDC973 on white background.


Black color preview on #BDC973 background

This text has black color on #BDC973 background.


White color preview on #BDC973 background

This text has white color on #BDC973 background.


Related colors

Complementary color

Complementary color for #hex is #42368C.


I love getcolorcode.com

Triadic colors

1 #73BDC9 and #C973BD with #BDC973 are triadic colors.

2 #73C9BD and #C9BD73 with #BDC973 are triadic colors.