COLOR #BDC78D

HEX: #BDC78D RGB: (189,199,141)

Color info

#BDC78D contains red, green and blue colors in about the same proportion. Web safe color of #BDC78D is #CCCC99 (or #CC9).

RGB color model

#BDC78D color RGB value is (189,199,141).

RGB: (189,199,141) (74%, 78%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 141 of 255 = 55%

189
199
141

R + G + B ~ 69%. #BDC78D is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 199 + 141 = 529 (100%)
R 189 of 529 ~ 35.73%
G 199 of 529 ~ 37.62%
B 141 of 529 ~ 26.65'%

%35.73
%37.62
%26.65

CMYK color model

#BDC78D color CMYK value is (5,0,29,22).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 21.96%

CMYK: (5,0,29,22)
C5M0Y29K22 (5%, 0%, 29%, 22%)
(0.05 / 0.00 / 0.29 / 0.22)

CMYK percentages

%5.03
%0
%29.15
%21.96

Codes

Color #BDC78D in popluar color models

BD C7 8D
RGB 189 199 141
HSL 70° 34.12% 66.67%
HSB/HSV 70° 29.15% 78.04%
CMYK 5.03% 0.00% 29.15%
21.96%

Color #BDC78D in popluar number systems.

HEX BD C7 8D
Decimal 189 199 141
Binary 10111101 11000111 10001101
Octal 275 307 215

Shades and tints

Shades of #BDC78D

#BDC78D
(189,199,141)
#ACB581
(172,181,129)
#9BA375
(155,163,117)
#8A9169
(138,145,105)
#797F5D
(121,127,93)
#686D51
(104,109,81)
#575B45
(87,91,69)
#464939
(70,73,57)
#35372D
(53,55,45)
#242521
(36,37,33)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BDC78D

#BDC78D
(189,199,141)
#C3CC97
(195,204,151)
#C9D1A1
(201,209,161)
#CFD6AB
(207,214,171)
#D5DBB5
(213,219,181)
#DBE0BF
(219,224,191)
#E1E5C9
(225,229,201)
#E7EAD3
(231,234,211)
#EDEFDD
(237,239,221)
#F3F4E7
(243,244,231)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC78D color. Also use rgb(189,199,141) instead hex code.

Text Font Color

.myTextColor { color: #BDC78D; }

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

This text font color is #BDC78D.

Background Color

.myBgColor { background-color: #BDC78D; }

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

This div background color is #BDC78D.

Border color

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

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

This div border color is #BDC78D.

Opacity

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

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

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

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

This text has shadow with #BDC78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC78D.

Preview

Color preview on black background

This text has color #BDC78D on black background.


Color preview on white background

This text has color #BDC78D on white background.


Black color preview on #BDC78D background

This text has black color on #BDC78D background.


White color preview on #BDC78D background

This text has white color on #BDC78D background.


Related colors

Complementary color

Complementary color for #hex is #423872.


I love getcolorcode.com

Triadic colors

1 #8DBDC7 and #C78DBD with #BDC78D are triadic colors.

2 #8DC7BD and #C7BD8D with #BDC78D are triadic colors.