COLOR #BDCD50

HEX: #BDCD50 RGB: (189,205,80)

Color info

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

RGB color model

#BDCD50 color RGB value is (189,205,80).

RGB: (189,205,80) (74%, 80%, 31%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 80 of 255 = 31%

189
205
80

R + G + B ~ 62%. #BDCD50 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 205 + 80 = 474 (100%)
R 189 of 474 ~ 39.87%
G 205 of 474 ~ 43.25%
B 80 of 474 ~ 16.88'%

%39.87
%43.25
%16.88

CMYK color model

#BDCD50 color CMYK value is (8,0,61,20).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 60.98%
  • key color value is 19.61%

CMYK: (8,0,61,20)
C8M0Y61K20 (8%, 0%, 61%, 20%)
(0.08 / 0.00 / 0.61 / 0.20)

CMYK percentages

%7.8
%0
%60.98
%19.61

Codes

Color #BDCD50 in popluar color models

BD CD 50
RGB 189 205 80
HSL 68° 55.56% 55.88%
HSB/HSV 68° 60.98% 80.39%
CMYK 7.80% 0.00% 60.98%
19.61%

Color #BDCD50 in popluar number systems.

HEX BD CD 50
Decimal 189 205 80
Binary 10111101 11001101 1010000
Octal 275 315 120

Shades and tints

Shades of #BDCD50

#BDCD50
(189,205,80)
#ACBB49
(172,187,73)
#9BA942
(155,169,66)
#8A973B
(138,151,59)
#798534
(121,133,52)
#68732D
(104,115,45)
#576126
(87,97,38)
#464F1F
(70,79,31)
#353D18
(53,61,24)
#242B11
(36,43,17)
#13190A
(19,25,10)
#000000
(0,0,0)

Tints of #BDCD50

#BDCD50
(189,205,80)
#C3D15F
(195,209,95)
#C9D56E
(201,213,110)
#CFD97D
(207,217,125)
#D5DD8C
(213,221,140)
#DBE19B
(219,225,155)
#E1E5AA
(225,229,170)
#E7E9B9
(231,233,185)
#EDEDC8
(237,237,200)
#F3F1D7
(243,241,215)
#F9F5E6
(249,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCD50 color. Also use rgb(189,205,80) instead hex code.

Text Font Color

.myTextColor { color: #BDCD50; }

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

This text font color is #BDCD50.

Background Color

.myBgColor { background-color: #BDCD50; }

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

This div background color is #BDCD50.

Border color

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

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

This div border color is #BDCD50.

Opacity

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

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

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

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

This text has shadow with #BDCD50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCD50.

Preview

Color preview on black background

This text has color #BDCD50 on black background.


Color preview on white background

This text has color #BDCD50 on white background.


Black color preview on #BDCD50 background

This text has black color on #BDCD50 background.


White color preview on #BDCD50 background

This text has white color on #BDCD50 background.


Related colors

Complementary color

Complementary color for #hex is #4232AF.


I love getcolorcode.com

Triadic colors

1 #50BDCD and #CD50BD with #BDCD50 are triadic colors.

2 #50CDBD and #CDBD50 with #BDCD50 are triadic colors.