COLOR #B9CE74

HEX: #B9CE74 RGB: (185,206,116)

Color info

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

RGB color model

#B9CE74 color RGB value is (185,206,116).

RGB: (185,206,116) (73%, 81%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 116 of 255 = 45%

185
206
116

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

Portions of RGB colors in percentages

R + G + B = 185 + 206 + 116 = 507 (100%)
R 185 of 507 ~ 36.49%
G 206 of 507 ~ 40.63%
B 116 of 507 ~ 22.88'%

%36.49
%40.63
%22.88

CMYK color model

#B9CE74 color CMYK value is (10,0,44,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 19.22%
CMYK: (10,0,44,19) C10M0Y44K19 (10%,0%,44%,19%) (0.10/0.00/0.44/0.19) 

CMYK percentages

%10.19
%0
%43.69
%19.22

Codes

Color #B9CE74 in popluar color models

B9 CE 74
RGB 185 206 116
HSL 74° 47.87% 63.14%
HSB/HSV 74° 43.69% 80.78%
CMYK 10.19% 0.00% 43.69%
19.22%

Color #B9CE74 in popluar number systems.

HEX B9 CE 74
Decimal 185 206 116
Binary 10111001 11001110 1110100
Octal 271 316 164

Shades and tints

Shades of #B9CE74

#B9CE74
(185,206,116)
#A9BC6A
(169,188,106)
#99AA60
(153,170,96)
#899856
(137,152,86)
#79864C
(121,134,76)
#697442
(105,116,66)
#596238
(89,98,56)
#49502E
(73,80,46)
#393E24
(57,62,36)
#292C1A
(41,44,26)
#191A10
(25,26,16)
#000000
(0,0,0)

Tints of #B9CE74

#B9CE74
(185,206,116)
#BFD280
(191,210,128)
#C5D68C
(197,214,140)
#CBDA98
(203,218,152)
#D1DEA4
(209,222,164)
#D7E2B0
(215,226,176)
#DDE6BC
(221,230,188)
#E3EAC8
(227,234,200)
#E9EED4
(233,238,212)
#EFF2E0
(239,242,224)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CE74; }

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

This text font color is #B9CE74.

Background Color

.myBgColor { background-color: #B9CE74; }

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

This div background color is #B9CE74.

Border color

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

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

This div border color is #B9CE74.

Opacity

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

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

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

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

This text has shadow with #B9CE74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CE74.

Preview

Color preview on black background

This text has color #B9CE74 on black background.


Color preview on white background

This text has color #B9CE74 on white background.


Black color preview on #B9CE74 background

This text has black color on #B9CE74 background.


White color preview on #B9CE74 background

This text has white color on #B9CE74 background.


Related colors

Complementary color

Complementary color for #hex is #46318B.


I love getcolorcode.com

Triadic colors

1 #74B9CE and #CE74B9 with #B9CE74 are triadic colors.

2 #74CEB9 and #CEB974 with #B9CE74 are triadic colors.