COLOR #BDC27D

HEX: #BDC27D RGB: (189,194,125)

Color info

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

RGB color model

#BDC27D color RGB value is (189,194,125).

RGB: (189,194,125) (74%, 76%, 49%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 125 of 255 = 49%

189
194
125

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

Portions of RGB colors in percentages

R + G + B = 189 + 194 + 125 = 508 (100%)
R 189 of 508 ~ 37.2%
G 194 of 508 ~ 38.19%
B 125 of 508 ~ 24.61'%

%37.2
%38.19
%24.61

CMYK color model

#BDC27D color CMYK value is (3,0,36,24).

  • cyan value is 2.58%
  • magenta value is 0.00%
  • yellow value is 35.57%
  • key color value is 23.92%

CMYK: (3,0,36,24)
C3M0Y36K24 (3%, 0%, 36%, 24%)
(0.03 / 0.00 / 0.36 / 0.24)

CMYK percentages

%2.58
%0
%35.57
%23.92

Codes

Color #BDC27D in popluar color models

BD C2 7D
RGB 189 194 125
HSL 64° 36.13% 62.55%
HSB/HSV 64° 35.57% 76.08%
CMYK 2.58% 0.00% 35.57%
23.92%

Color #BDC27D in popluar number systems.

HEX BD C2 7D
Decimal 189 194 125
Binary 10111101 11000010 1111101
Octal 275 302 175

Shades and tints

Shades of #BDC27D

#BDC27D
(189,194,125)
#ACB172
(172,177,114)
#9BA067
(155,160,103)
#8A8F5C
(138,143,92)
#797E51
(121,126,81)
#686D46
(104,109,70)
#575C3B
(87,92,59)
#464B30
(70,75,48)
#353A25
(53,58,37)
#24291A
(36,41,26)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #BDC27D

#BDC27D
(189,194,125)
#C3C788
(195,199,136)
#C9CC93
(201,204,147)
#CFD19E
(207,209,158)
#D5D6A9
(213,214,169)
#DBDBB4
(219,219,180)
#E1E0BF
(225,224,191)
#E7E5CA
(231,229,202)
#EDEAD5
(237,234,213)
#F3EFE0
(243,239,224)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC27D color. Also use rgb(189,194,125) instead hex code.

Text Font Color

.myTextColor { color: #BDC27D; }

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

This text font color is #BDC27D.

Background Color

.myBgColor { background-color: #BDC27D; }

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

This div background color is #BDC27D.

Border color

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

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

This div border color is #BDC27D.

Opacity

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

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

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

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

This text has shadow with #BDC27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC27D.

Preview

Color preview on black background

This text has color #BDC27D on black background.


Color preview on white background

This text has color #BDC27D on white background.


Black color preview on #BDC27D background

This text has black color on #BDC27D background.


White color preview on #BDC27D background

This text has white color on #BDC27D background.


Related colors

Complementary color

Complementary color for #hex is #423D82.


I love getcolorcode.com

Triadic colors

1 #7DBDC2 and #C27DBD with #BDC27D are triadic colors.

2 #7DC2BD and #C2BD7D with #BDC27D are triadic colors.