COLOR #BFD96D

HEX: #BFD96D RGB: (191,217,109)

Color info

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

RGB color model

#BFD96D color RGB value is (191,217,109).

RGB: (191,217,109) (75%, 85%, 43%)

RGB channels and saturation

R 191 of 255 = 75%
G 217 of 255 = 85%
B 109 of 255 = 43%

191
217
109

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

Portions of RGB colors in percentages

R + G + B = 191 + 217 + 109 = 517 (100%)
R 191 of 517 ~ 36.94%
G 217 of 517 ~ 41.97%
B 109 of 517 ~ 21.08'%

%36.94
%41.97
%21.08

CMYK color model

#BFD96D color CMYK value is (12,0,50,15).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 49.77%
  • key color value is 14.90%

CMYK: (12,0,50,15)
C12M0Y50K15 (12%, 0%, 50%, 15%)
(0.12 / 0.00 / 0.50 / 0.15)

CMYK percentages

%11.98
%0
%49.77
%14.9

Codes

Color #BFD96D in popluar color models

BF D9 6D
RGB 191 217 109
HSL 74° 58.70% 63.92%
HSB/HSV 74° 49.77% 85.10%
CMYK 11.98% 0.00% 49.77%
14.90%

Color #BFD96D in popluar number systems.

HEX BF D9 6D
Decimal 191 217 109
Binary 10111111 11011001 1101101
Octal 277 331 155

Shades and tints

Shades of #BFD96D

#BFD96D
(191,217,109)
#AEC664
(174,198,100)
#9DB35B
(157,179,91)
#8CA052
(140,160,82)
#7B8D49
(123,141,73)
#6A7A40
(106,122,64)
#596737
(89,103,55)
#48542E
(72,84,46)
#374125
(55,65,37)
#262E1C
(38,46,28)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #BFD96D

#BFD96D
(191,217,109)
#C4DC7A
(196,220,122)
#C9DF87
(201,223,135)
#CEE294
(206,226,148)
#D3E5A1
(211,229,161)
#D8E8AE
(216,232,174)
#DDEBBB
(221,235,187)
#E2EEC8
(226,238,200)
#E7F1D5
(231,241,213)
#ECF4E2
(236,244,226)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD96D color. Also use rgb(191,217,109) instead hex code.

Text Font Color

.myTextColor { color: #BFD96D; }

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

This text font color is #BFD96D.

Background Color

.myBgColor { background-color: #BFD96D; }

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

This div background color is #BFD96D.

Border color

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

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

This div border color is #BFD96D.

Opacity

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

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

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

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

This text has shadow with #BFD96D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD96D.

Preview

Color preview on black background

This text has color #BFD96D on black background.


Color preview on white background

This text has color #BFD96D on white background.


Black color preview on #BFD96D background

This text has black color on #BFD96D background.


White color preview on #BFD96D background

This text has white color on #BFD96D background.


Related colors

Complementary color

Complementary color for #hex is #402692.


I love getcolorcode.com

Triadic colors

1 #6DBFD9 and #D96DBF with #BFD96D are triadic colors.

2 #6DD9BF and #D9BF6D with #BFD96D are triadic colors.