COLOR #BDC471

HEX: #BDC471
RGB: (189,196,113)

Color info

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

RGB color model

#BDC471 color RGB value is (189,196,113).

  • red value is 189;
  • green value is 196;
  • blue value is 113.
RGB:
(189,196,113)
(74%,77%,44%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 113 of 255 = 44%

189
196
113

R + G + B ~ 65%. #BDC471 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 196 + 113 = 498 (100%)
R 189 of 498 ~ 37.95%
G 196 of 498 ~ 39.36%
B 113 of 498 ~ 22.69%

%37.95
%39.36
%22.69

CMYK color model

#BDC471 color CMYK value is (4,0,42,23).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 23.14%
CMYK:
(4,0,42,23)
C4M0Y42K23 
(4%,0%,42%,23%)
(0.04/0.00/0.42/0.23)	

CMYK percentages

%3.57
%0
%42.35
%23.14

Codes

Color #BDC471 in popluar color models

BDC471
RGB189196113
HSL65°41.29%60.59%
HSB/HSV65°42.35%76.86%
CMYK3.57%0.00%42.35%
23.14%

Color #BDC471 in popluar number systems.

HEXBDC471
Decimal189196113
Binary10111101110001001110001
Octal275304161

Shades and tints

Shades of #BDC471

#BDC471
(189,196,113)
#ACB367
(172,179,103)
#9BA25D
(155,162,93)
#8A9153
(138,145,83)
#798049
(121,128,73)
#686F3F
(104,111,63)
#575E35
(87,94,53)
#464D2B
(70,77,43)
#353C21
(53,60,33)
#242B17
(36,43,23)
#131A0D
(19,26,13)
#000000
(0,0,0)

Tints of #BDC471

#BDC471
(189,196,113)
#C3C97D
(195,201,125)
#C9CE89
(201,206,137)
#CFD395
(207,211,149)
#D5D8A1
(213,216,161)
#DBDDAD
(219,221,173)
#E1E2B9
(225,226,185)
#E7E7C5
(231,231,197)
#EDECD1
(237,236,209)
#F3F1DD
(243,241,221)
#F9F6E9
(249,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC471 color. Also use rgb(189,196,113) instead hex code.

Text Font Color

.myTextColor { color: #BDC471; }

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

This text font color is #BDC471.


Background Color

.myBgColor { background-color: #BDC471; }

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

This div background color is #BDC471.


Border color

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

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

This div border color is #BDC471.


Opacity

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

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

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

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

This text has shadow with #BDC471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC471 on black background.


Color preview on white background

This text has color #BDC471 on white background.



Black color preview on #BDC471 background

This text has black color on #BDC471 background.


White color preview on #BDC471 background

This text has white color on #BDC471 background.