COLOR #BDC589

HEX: #BDC589
RGB: (189,197,137)

Color info

#BDC589 contains mainly red and green colors. Web safe color of #BDC589 is #CCCC99 (or #CC9).

RGB color model

#BDC589 color RGB value is (189,197,137).

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

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 137 of 255 = 54%

189
197
137

R + G + B ~ 68%. #BDC589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 197 + 137 = 523 (100%)
R 189 of 523 ~ 36.14%
G 197 of 523 ~ 37.67%
B 137 of 523 ~ 26.2%

%36.14
%37.67
%26.2

CMYK color model

#BDC589 color CMYK value is (4,0,30,23).

  • cyan value is 4.06%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(4,0,30,23)
C4M0Y30K23 
(4%,0%,30%,23%)
(0.04/0.00/0.30/0.23)	

CMYK percentages

%4.06
%0
%30.46
%22.75

Codes

Color #BDC589 in popluar color models

BDC589
RGB189197137
HSL68°34.09%65.49%
HSB/HSV68°30.46%77.25%
CMYK4.06%0.00%30.46%
22.75%

Color #BDC589 in popluar number systems.

HEXBDC589
Decimal189197137
Binary101111011100010110001001
Octal275305211

Shades and tints

Shades of #BDC589

#BDC589
(189,197,137)
#ACB47D
(172,180,125)
#9BA371
(155,163,113)
#8A9265
(138,146,101)
#798159
(121,129,89)
#68704D
(104,112,77)
#575F41
(87,95,65)
#464E35
(70,78,53)
#353D29
(53,61,41)
#242C1D
(36,44,29)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #BDC589

#BDC589
(189,197,137)
#C3CA93
(195,202,147)
#C9CF9D
(201,207,157)
#CFD4A7
(207,212,167)
#D5D9B1
(213,217,177)
#DBDEBB
(219,222,187)
#E1E3C5
(225,227,197)
#E7E8CF
(231,232,207)
#EDEDD9
(237,237,217)
#F3F2E3
(243,242,227)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC589; }

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

This text font color is #BDC589.


Background Color

.myBgColor { background-color: #BDC589; }

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

This div background color is #BDC589.


Border color

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

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

This div border color is #BDC589.


Opacity

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

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

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

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

This text has shadow with #BDC589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC589 on black background.


Color preview on white background

This text has color #BDC589 on white background.



Black color preview on #BDC589 background

This text has black color on #BDC589 background.


White color preview on #BDC589 background

This text has white color on #BDC589 background.