COLOR #BDC58F

HEX: #BDC58F
RGB: (189,197,143)

Color info

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

RGB color model

#BDC58F color RGB value is (189,197,143).

  • red value is 189;
  • green value is 197;
  • blue value is 143.
RGB:
(189,197,143)
(74%,77%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 143 of 255 = 56%

189
197
143

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

Portions of RGB colors in percentages

R + G + B =
189 + 197 + 143 = 529 (100%)
R 189 of 529 ~ 35.73%
G 197 of 529 ~ 37.24%
B 143 of 529 ~ 27.03%

%35.73
%37.24
%27.03

CMYK color model

#BDC58F color CMYK value is (4,0,27,23).

  • cyan value is 4.06%
  • magenta value is 0.00%
  • yellow value is 27.41%
  • key color value is 22.75%
CMYK:
(4,0,27,23)
C4M0Y27K23 
(4%,0%,27%,23%)
(0.04/0.00/0.27/0.23)	

CMYK percentages

%4.06
%0
%27.41
%22.75

Codes

Color #BDC58F in popluar color models

BDC58F
RGB189197143
HSL69°31.76%66.67%
HSB/HSV69°27.41%77.25%
CMYK4.06%0.00%27.41%
22.75%

Color #BDC58F in popluar number systems.

HEXBDC58F
Decimal189197143
Binary101111011100010110001111
Octal275305217

Shades and tints

Shades of #BDC58F

#BDC58F
(189,197,143)
#ACB482
(172,180,130)
#9BA375
(155,163,117)
#8A9268
(138,146,104)
#79815B
(121,129,91)
#68704E
(104,112,78)
#575F41
(87,95,65)
#464E34
(70,78,52)
#353D27
(53,61,39)
#242C1A
(36,44,26)
#131B0D
(19,27,13)
#000000
(0,0,0)

Tints of #BDC58F

#BDC58F
(189,197,143)
#C3CA99
(195,202,153)
#C9CFA3
(201,207,163)
#CFD4AD
(207,212,173)
#D5D9B7
(213,217,183)
#DBDEC1
(219,222,193)
#E1E3CB
(225,227,203)
#E7E8D5
(231,232,213)
#EDEDDF
(237,237,223)
#F3F2E9
(243,242,233)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC58F; }

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

This text font color is #BDC58F.


Background Color

.myBgColor { background-color: #BDC58F; }

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

This div background color is #BDC58F.


Border color

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

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

This div border color is #BDC58F.


Opacity

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

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

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

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

This text has shadow with #BDC58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC58F on black background.


Color preview on white background

This text has color #BDC58F on white background.



Black color preview on #BDC58F background

This text has black color on #BDC58F background.


White color preview on #BDC58F background

This text has white color on #BDC58F background.