COLOR #BDC18B

HEX: #BDC18B
RGB: (189,193,139)

Color info

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

RGB color model

#BDC18B color RGB value is (189,193,139).

  • red value is 189;
  • green value is 193;
  • blue value is 139.
RGB:
(189,193,139)
(74%,76%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 139 of 255 = 55%

189
193
139

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

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 139 = 521 (100%)
R 189 of 521 ~ 36.28%
G 193 of 521 ~ 37.04%
B 139 of 521 ~ 26.68%

%36.28
%37.04
%26.68

CMYK color model

#BDC18B color CMYK value is (2,0,28,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 24.31%
CMYK:
(2,0,28,24)
C2M0Y28K24 
(2%,0%,28%,24%)
(0.02/0.00/0.28/0.24)	

CMYK percentages

%2.07
%0
%27.98
%24.31

Codes

Color #BDC18B in popluar color models

BDC18B
RGB189193139
HSL64°30.34%65.10%
HSB/HSV64°27.98%75.69%
CMYK2.07%0.00%27.98%
24.31%

Color #BDC18B in popluar number systems.

HEXBDC18B
Decimal189193139
Binary101111011100000110001011
Octal275301213

Shades and tints

Shades of #BDC18B

#BDC18B
(189,193,139)
#ACB07F
(172,176,127)
#9B9F73
(155,159,115)
#8A8E67
(138,142,103)
#797D5B
(121,125,91)
#686C4F
(104,108,79)
#575B43
(87,91,67)
#464A37
(70,74,55)
#35392B
(53,57,43)
#24281F
(36,40,31)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #BDC18B

#BDC18B
(189,193,139)
#C3C695
(195,198,149)
#C9CB9F
(201,203,159)
#CFD0A9
(207,208,169)
#D5D5B3
(213,213,179)
#DBDABD
(219,218,189)
#E1DFC7
(225,223,199)
#E7E4D1
(231,228,209)
#EDE9DB
(237,233,219)
#F3EEE5
(243,238,229)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC18B color. Also use rgb(189,193,139) instead hex code.

Text Font Color

.myTextColor { color: #BDC18B; }

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

This text font color is #BDC18B.


Background Color

.myBgColor { background-color: #BDC18B; }

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

This div background color is #BDC18B.


Border color

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

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

This div border color is #BDC18B.


Opacity

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

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

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

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

This text has shadow with #BDC18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC18B on black background.


Color preview on white background

This text has color #BDC18B on white background.



Black color preview on #BDC18B background

This text has black color on #BDC18B background.


White color preview on #BDC18B background

This text has white color on #BDC18B background.