COLOR #BDC177

HEX: #BDC177
RGB: (189,193,119)

Color info

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

RGB color model

#BDC177 color RGB value is (189,193,119).

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

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 119 of 255 = 47%

189
193
119

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

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 119 = 501 (100%)
R 189 of 501 ~ 37.72%
G 193 of 501 ~ 38.52%
B 119 of 501 ~ 23.75%

%37.72
%38.52
%23.75

CMYK color model

#BDC177 color CMYK value is (2,0,38,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 38.34%
  • key color value is 24.31%
CMYK:
(2,0,38,24)
C2M0Y38K24 
(2%,0%,38%,24%)
(0.02/0.00/0.38/0.24)	

CMYK percentages

%2.07
%0
%38.34
%24.31

Codes

Color #BDC177 in popluar color models

BDC177
RGB189193119
HSL63°37.37%61.18%
HSB/HSV63°38.34%75.69%
CMYK2.07%0.00%38.34%
24.31%

Color #BDC177 in popluar number systems.

HEXBDC177
Decimal189193119
Binary10111101110000011110111
Octal275301167

Shades and tints

Shades of #BDC177

#BDC177
(189,193,119)
#ACB06D
(172,176,109)
#9B9F63
(155,159,99)
#8A8E59
(138,142,89)
#797D4F
(121,125,79)
#686C45
(104,108,69)
#575B3B
(87,91,59)
#464A31
(70,74,49)
#353927
(53,57,39)
#24281D
(36,40,29)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #BDC177

#BDC177
(189,193,119)
#C3C683
(195,198,131)
#C9CB8F
(201,203,143)
#CFD09B
(207,208,155)
#D5D5A7
(213,213,167)
#DBDAB3
(219,218,179)
#E1DFBF
(225,223,191)
#E7E4CB
(231,228,203)
#EDE9D7
(237,233,215)
#F3EEE3
(243,238,227)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC177; }

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

This text font color is #BDC177.


Background Color

.myBgColor { background-color: #BDC177; }

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

This div background color is #BDC177.


Border color

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

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

This div border color is #BDC177.


Opacity

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

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

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

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

This text has shadow with #BDC177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC177 on black background.


Color preview on white background

This text has color #BDC177 on white background.



Black color preview on #BDC177 background

This text has black color on #BDC177 background.


White color preview on #BDC177 background

This text has white color on #BDC177 background.