COLOR #B9CE61

HEX: #B9CE61
RGB: (185,206,97)

Color info

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

RGB color model

#B9CE61 color RGB value is (185,206,97).

  • red value is 185;
  • green value is 206;
  • blue value is 97.
RGB:
(185,206,97)
(73%,81%,38%)

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 97 of 255 = 38%

185
206
97

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

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 97 = 488 (100%)
R 185 of 488 ~ 37.91%
G 206 of 488 ~ 42.21%
B 97 of 488 ~ 19.88%

%37.91
%42.21
%19.88

CMYK color model

#B9CE61 color CMYK value is (10,0,53,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 52.91%
  • key color value is 19.22%
CMYK:
(10,0,53,19)
C10M0Y53K19 
(10%,0%,53%,19%)
(0.10/0.00/0.53/0.19)	

CMYK percentages

%10.19
%0
%52.91
%19.22

Codes

Color #B9CE61 in popluar color models

B9CE61
RGB18520697
HSL72°52.66%59.41%
HSB/HSV72°52.91%80.78%
CMYK10.19%0.00%52.91%
19.22%

Color #B9CE61 in popluar number systems.

HEXB9CE61
Decimal18520697
Binary10111001110011101100001
Octal271316141

Shades and tints

Shades of #B9CE61

#B9CE61
(185,206,97)
#A9BC59
(169,188,89)
#99AA51
(153,170,81)
#899849
(137,152,73)
#798641
(121,134,65)
#697439
(105,116,57)
#596231
(89,98,49)
#495029
(73,80,41)
#393E21
(57,62,33)
#292C19
(41,44,25)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #B9CE61

#B9CE61
(185,206,97)
#BFD26F
(191,210,111)
#C5D67D
(197,214,125)
#CBDA8B
(203,218,139)
#D1DE99
(209,222,153)
#D7E2A7
(215,226,167)
#DDE6B5
(221,230,181)
#E3EAC3
(227,234,195)
#E9EED1
(233,238,209)
#EFF2DF
(239,242,223)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CE61 color. Also use rgb(185,206,97) instead hex code.

Text Font Color

.myTextColor { color: #B9CE61; }

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

This text font color is #B9CE61.


Background Color

.myBgColor { background-color: #B9CE61; }

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

This div background color is #B9CE61.


Border color

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

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

This div border color is #B9CE61.


Opacity

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

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

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

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

This text has shadow with #B9CE61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CE61 on black background.


Color preview on white background

This text has color #B9CE61 on white background.



Black color preview on #B9CE61 background

This text has black color on #B9CE61 background.


White color preview on #B9CE61 background

This text has white color on #B9CE61 background.