COLOR #BDC57C

HEX: #BDC57C RGB: (189,197,124)

Color info

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

RGB color model

#BDC57C color RGB value is (189,197,124).

RGB: (189,197,124) (74%, 77%, 49%)

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 124 of 255 = 49%

189
197
124

R + G + B ~ 67%. #BDC57C is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 197 + 124 = 510 (100%)
R 189 of 510 ~ 37.06%
G 197 of 510 ~ 38.63%
B 124 of 510 ~ 24.31'%

%37.06
%38.63
%24.31

CMYK color model

#BDC57C color CMYK value is (4,0,37,23).

  • cyan value is 4.06%
  • magenta value is 0.00%
  • yellow value is 37.06%
  • key color value is 22.75%

CMYK: (4,0,37,23)
C4M0Y37K23 (4%, 0%, 37%, 23%)
(0.04 / 0.00 / 0.37 / 0.23)

CMYK percentages

%4.06
%0
%37.06
%22.75

Codes

Color #BDC57C in popluar color models

BD C5 7C
RGB 189 197 124
HSL 67° 38.62% 62.94%
HSB/HSV 67° 37.06% 77.25%
CMYK 4.06% 0.00% 37.06%
22.75%

Color #BDC57C in popluar number systems.

HEX BD C5 7C
Decimal 189 197 124
Binary 10111101 11000101 1111100
Octal 275 305 174

Shades and tints

Shades of #BDC57C

#BDC57C
(189,197,124)
#ACB471
(172,180,113)
#9BA366
(155,163,102)
#8A925B
(138,146,91)
#798150
(121,129,80)
#687045
(104,112,69)
#575F3A
(87,95,58)
#464E2F
(70,78,47)
#353D24
(53,61,36)
#242C19
(36,44,25)
#131B0E
(19,27,14)
#000000
(0,0,0)

Tints of #BDC57C

#BDC57C
(189,197,124)
#C3CA87
(195,202,135)
#C9CF92
(201,207,146)
#CFD49D
(207,212,157)
#D5D9A8
(213,217,168)
#DBDEB3
(219,222,179)
#E1E3BE
(225,227,190)
#E7E8C9
(231,232,201)
#EDEDD4
(237,237,212)
#F3F2DF
(243,242,223)
#F9F7EA
(249,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC57C color. Also use rgb(189,197,124) instead hex code.

Text Font Color

.myTextColor { color: #BDC57C; }

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

This text font color is #BDC57C.

Background Color

.myBgColor { background-color: #BDC57C; }

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

This div background color is #BDC57C.

Border color

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

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

This div border color is #BDC57C.

Opacity

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

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

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

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

This text has shadow with #BDC57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC57C.

Preview

Color preview on black background

This text has color #BDC57C on black background.


Color preview on white background

This text has color #BDC57C on white background.


Black color preview on #BDC57C background

This text has black color on #BDC57C background.


White color preview on #BDC57C background

This text has white color on #BDC57C background.


Related colors

Complementary color

Complementary color for #hex is #423A83.


I love getcolorcode.com

Triadic colors

1 #7CBDC5 and #C57CBD with #BDC57C are triadic colors.

2 #7CC5BD and #C5BD7C with #BDC57C are triadic colors.