COLOR #B8CF61

HEX: #B8CF61 RGB: (184,207,97)

Color info

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

RGB color model

#B8CF61 color RGB value is (184,207,97).

RGB: (184,207,97) (72%, 81%, 38%)

RGB channels and saturation

R 184 of 255 = 72%
G 207 of 255 = 81%
B 97 of 255 = 38%

184
207
97

R + G + B ~ 64%. #B8CF61 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 207 + 97 = 488 (100%)
R 184 of 488 ~ 37.7%
G 207 of 488 ~ 42.42%
B 97 of 488 ~ 19.88'%

%37.7
%42.42
%19.88

CMYK color model

#B8CF61 color CMYK value is (11,0,53,19).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 53.14%
  • key color value is 18.82%

CMYK: (11,0,53,19)
C11M0Y53K19 (11%, 0%, 53%, 19%)
(0.11 / 0.00 / 0.53 / 0.19)

CMYK percentages

%11.11
%0
%53.14
%18.82

Codes

Color #B8CF61 in popluar color models

B8 CF 61
RGB 184 207 97
HSL 73° 53.40% 59.61%
HSB/HSV 73° 53.14% 81.18%
CMYK 11.11% 0.00% 53.14%
18.82%

Color #B8CF61 in popluar number systems.

HEX B8 CF 61
Decimal 184 207 97
Binary 10111000 11001111 1100001
Octal 270 317 141

Shades and tints

Shades of #B8CF61

#B8CF61
(184,207,97)
#A8BD59
(168,189,89)
#98AB51
(152,171,81)
#889949
(136,153,73)
#788741
(120,135,65)
#687539
(104,117,57)
#586331
(88,99,49)
#485129
(72,81,41)
#383F21
(56,63,33)
#282D19
(40,45,25)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #B8CF61

#B8CF61
(184,207,97)
#BED36F
(190,211,111)
#C4D77D
(196,215,125)
#CADB8B
(202,219,139)
#D0DF99
(208,223,153)
#D6E3A7
(214,227,167)
#DCE7B5
(220,231,181)
#E2EBC3
(226,235,195)
#E8EFD1
(232,239,209)
#EEF3DF
(238,243,223)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CF61 color. Also use rgb(184,207,97) instead hex code.

Text Font Color

.myTextColor { color: #B8CF61; }

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

This text font color is #B8CF61.

Background Color

.myBgColor { background-color: #B8CF61; }

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

This div background color is #B8CF61.

Border color

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

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

This div border color is #B8CF61.

Opacity

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

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

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

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

This text has shadow with #B8CF61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8CF61.

Preview

Color preview on black background

This text has color #B8CF61 on black background.


Color preview on white background

This text has color #B8CF61 on white background.


Black color preview on #B8CF61 background

This text has black color on #B8CF61 background.


White color preview on #B8CF61 background

This text has white color on #B8CF61 background.


Related colors

Complementary color

Complementary color for #hex is #47309E.


I love getcolorcode.com

Triadic colors

1 #61B8CF and #CF61B8 with #B8CF61 are triadic colors.

2 #61CFB8 and #CFB861 with #B8CF61 are triadic colors.