COLOR #BFD961

HEX: #BFD961 RGB: (191,217,97)

Color info

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

RGB color model

#BFD961 color RGB value is (191,217,97).

RGB: (191,217,97) (75%, 85%, 38%)

RGB channels and saturation

R 191 of 255 = 75%
G 217 of 255 = 85%
B 97 of 255 = 38%

191
217
97

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

Portions of RGB colors in percentages

R + G + B = 191 + 217 + 97 = 505 (100%)
R 191 of 505 ~ 37.82%
G 217 of 505 ~ 42.97%
B 97 of 505 ~ 19.21'%

%37.82
%42.97
%19.21

CMYK color model

#BFD961 color CMYK value is (12,0,55,15).

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

CMYK: (12,0,55,15)
C12M0Y55K15 (12%, 0%, 55%, 15%)
(0.12 / 0.00 / 0.55 / 0.15)

CMYK percentages

%11.98
%0
%55.3
%14.9

Codes

Color #BFD961 in popluar color models

BF D9 61
RGB 191 217 97
HSL 73° 61.22% 61.57%
HSB/HSV 73° 55.30% 85.10%
CMYK 11.98% 0.00% 55.30%
14.90%

Color #BFD961 in popluar number systems.

HEX BF D9 61
Decimal 191 217 97
Binary 10111111 11011001 1100001
Octal 277 331 141

Shades and tints

Shades of #BFD961

#BFD961
(191,217,97)
#AEC659
(174,198,89)
#9DB351
(157,179,81)
#8CA049
(140,160,73)
#7B8D41
(123,141,65)
#6A7A39
(106,122,57)
#596731
(89,103,49)
#485429
(72,84,41)
#374121
(55,65,33)
#262E19
(38,46,25)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #BFD961

#BFD961
(191,217,97)
#C4DC6F
(196,220,111)
#C9DF7D
(201,223,125)
#CEE28B
(206,226,139)
#D3E599
(211,229,153)
#D8E8A7
(216,232,167)
#DDEBB5
(221,235,181)
#E2EEC3
(226,238,195)
#E7F1D1
(231,241,209)
#ECF4DF
(236,244,223)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD961; }

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

This text font color is #BFD961.

Background Color

.myBgColor { background-color: #BFD961; }

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

This div background color is #BFD961.

Border color

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

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

This div border color is #BFD961.

Opacity

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

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

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

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

This text has shadow with #BFD961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD961.

Preview

Color preview on black background

This text has color #BFD961 on black background.


Color preview on white background

This text has color #BFD961 on white background.


Black color preview on #BFD961 background

This text has black color on #BFD961 background.


White color preview on #BFD961 background

This text has white color on #BFD961 background.


Related colors

Complementary color

Complementary color for #hex is #40269E.


I love getcolorcode.com

Triadic colors

1 #61BFD9 and #D961BF with #BFD961 are triadic colors.

2 #61D9BF and #D9BF61 with #BFD961 are triadic colors.