COLOR #BFD473

HEX: #BFD473
RGB: (191,212,115)

Color info

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

RGB color model

#BFD473 color RGB value is (191,212,115).

  • red value is 191;
  • green value is 212;
  • blue value is 115.
RGB:
(191,212,115)
(75%,83%,45%)

RGB channels and saturation

R 191 of 255 = 75%
G 212 of 255 = 83%
B 115 of 255 = 45%

191
212
115

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

Portions of RGB colors in percentages

R + G + B =
191 + 212 + 115 = 518 (100%)
R 191 of 518 ~ 36.87%
G 212 of 518 ~ 40.93%
B 115 of 518 ~ 22.2%

%36.87
%40.93
%22.2

CMYK color model

#BFD473 color CMYK value is (10,0,46,17).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 45.75%
  • key color value is 16.86%
CMYK:
(10,0,46,17)
C10M0Y46K17 
(10%,0%,46%,17%)
(0.10/0.00/0.46/0.17)	

CMYK percentages

%9.91
%0
%45.75
%16.86

Codes

Color #BFD473 in popluar color models

BFD473
RGB191212115
HSL73°53.01%64.12%
HSB/HSV73°45.75%83.14%
CMYK9.91%0.00%45.75%
16.86%

Color #BFD473 in popluar number systems.

HEXBFD473
Decimal191212115
Binary10111111110101001110011
Octal277324163

Shades and tints

Shades of #BFD473

#BFD473
(191,212,115)
#AEC169
(174,193,105)
#9DAE5F
(157,174,95)
#8C9B55
(140,155,85)
#7B884B
(123,136,75)
#6A7541
(106,117,65)
#596237
(89,98,55)
#484F2D
(72,79,45)
#373C23
(55,60,35)
#262919
(38,41,25)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #BFD473

#BFD473
(191,212,115)
#C4D77F
(196,215,127)
#C9DA8B
(201,218,139)
#CEDD97
(206,221,151)
#D3E0A3
(211,224,163)
#D8E3AF
(216,227,175)
#DDE6BB
(221,230,187)
#E2E9C7
(226,233,199)
#E7ECD3
(231,236,211)
#ECEFDF
(236,239,223)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD473 color. Also use rgb(191,212,115) instead hex code.

Text Font Color

.myTextColor { color: #BFD473; }

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

This text font color is #BFD473.


Background Color

.myBgColor { background-color: #BFD473; }

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

This div background color is #BFD473.


Border color

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

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

This div border color is #BFD473.


Opacity

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

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

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

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

This text has shadow with #BFD473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD473 on black background.


Color preview on white background

This text has color #BFD473 on white background.



Black color preview on #BFD473 background

This text has black color on #BFD473 background.


White color preview on #BFD473 background

This text has white color on #BFD473 background.