COLOR #BFCD75

HEX: #BFCD75
RGB: (191,205,117)

Color info

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

RGB color model

#BFCD75 color RGB value is (191,205,117).

  • red value is 191;
  • green value is 205;
  • blue value is 117.
RGB:
(191,205,117)
(75%,80%,46%)

RGB channels and saturation

R 191 of 255 = 75%
G 205 of 255 = 80%
B 117 of 255 = 46%

191
205
117

R + G + B ~ 67%. #BFCD75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 205 + 117 = 513 (100%)
R 191 of 513 ~ 37.23%
G 205 of 513 ~ 39.96%
B 117 of 513 ~ 22.81%

%37.23
%39.96
%22.81

CMYK color model

#BFCD75 color CMYK value is (7,0,43,20).

  • cyan value is 6.83%
  • magenta value is 0.00%
  • yellow value is 42.93%
  • key color value is 19.61%
CMYK:
(7,0,43,20)
C7M0Y43K20 
(7%,0%,43%,20%)
(0.07/0.00/0.43/0.20)	

CMYK percentages

%6.83
%0
%42.93
%19.61

Codes

Color #BFCD75 in popluar color models

BFCD75
RGB191205117
HSL70°46.81%63.14%
HSB/HSV70°42.93%80.39%
CMYK6.83%0.00%42.93%
19.61%

Color #BFCD75 in popluar number systems.

HEXBFCD75
Decimal191205117
Binary10111111110011011110101
Octal277315165

Shades and tints

Shades of #BFCD75

#BFCD75
(191,205,117)
#AEBB6B
(174,187,107)
#9DA961
(157,169,97)
#8C9757
(140,151,87)
#7B854D
(123,133,77)
#6A7343
(106,115,67)
#596139
(89,97,57)
#484F2F
(72,79,47)
#373D25
(55,61,37)
#262B1B
(38,43,27)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #BFCD75

#BFCD75
(191,205,117)
#C4D181
(196,209,129)
#C9D58D
(201,213,141)
#CED999
(206,217,153)
#D3DDA5
(211,221,165)
#D8E1B1
(216,225,177)
#DDE5BD
(221,229,189)
#E2E9C9
(226,233,201)
#E7EDD5
(231,237,213)
#ECF1E1
(236,241,225)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCD75 color. Also use rgb(191,205,117) instead hex code.

Text Font Color

.myTextColor { color: #BFCD75; }

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

This text font color is #BFCD75.


Background Color

.myBgColor { background-color: #BFCD75; }

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

This div background color is #BFCD75.


Border color

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

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

This div border color is #BFCD75.


Opacity

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

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

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

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

This text has shadow with #BFCD75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCD75 on black background.


Color preview on white background

This text has color #BFCD75 on white background.



Black color preview on #BFCD75 background

This text has black color on #BFCD75 background.


White color preview on #BFCD75 background

This text has white color on #BFCD75 background.