COLOR #BAC77F

HEX: #BAC77F RGB: (186,199,127)

Color info

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

RGB color model

#BAC77F color RGB value is (186,199,127).

RGB: (186,199,127) (73%, 78%, 50%)

RGB channels and saturation

R 186 of 255 = 73%
G 199 of 255 = 78%
B 127 of 255 = 50%

186
199
127

R + G + B ~ 67%. #BAC77F is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 199 + 127 = 512 (100%)
R 186 of 512 ~ 36.33%
G 199 of 512 ~ 38.87%
B 127 of 512 ~ 24.8'%

%36.33
%38.87
%24.8

CMYK color model

#BAC77F color CMYK value is (7,0,36,22).

  • cyan value is 6.53%
  • magenta value is 0.00%
  • yellow value is 36.18%
  • key color value is 21.96%

CMYK: (7,0,36,22)
C7M0Y36K22 (7%, 0%, 36%, 22%)
(0.07 / 0.00 / 0.36 / 0.22)

CMYK percentages

%6.53
%0
%36.18
%21.96

Codes

Color #BAC77F in popluar color models

BA C7 7F
RGB 186 199 127
HSL 71° 39.13% 63.92%
HSB/HSV 71° 36.18% 78.04%
CMYK 6.53% 0.00% 36.18%
21.96%

Color #BAC77F in popluar number systems.

HEX BA C7 7F
Decimal 186 199 127
Binary 10111010 11000111 1111111
Octal 272 307 177

Shades and tints

Shades of #BAC77F

#BAC77F
(186,199,127)
#AAB574
(170,181,116)
#9AA369
(154,163,105)
#8A915E
(138,145,94)
#7A7F53
(122,127,83)
#6A6D48
(106,109,72)
#5A5B3D
(90,91,61)
#4A4932
(74,73,50)
#3A3727
(58,55,39)
#2A251C
(42,37,28)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #BAC77F

#BAC77F
(186,199,127)
#C0CC8A
(192,204,138)
#C6D195
(198,209,149)
#CCD6A0
(204,214,160)
#D2DBAB
(210,219,171)
#D8E0B6
(216,224,182)
#DEE5C1
(222,229,193)
#E4EACC
(228,234,204)
#EAEFD7
(234,239,215)
#F0F4E2
(240,244,226)
#F6F9ED
(246,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAC77F color. Also use rgb(186,199,127) instead hex code.

Text Font Color

.myTextColor { color: #BAC77F; }

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

This text font color is #BAC77F.

Background Color

.myBgColor { background-color: #BAC77F; }

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

This div background color is #BAC77F.

Border color

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

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

This div border color is #BAC77F.

Opacity

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

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

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

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

This text has shadow with #BAC77F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAC77F.

Preview

Color preview on black background

This text has color #BAC77F on black background.


Color preview on white background

This text has color #BAC77F on white background.


Black color preview on #BAC77F background

This text has black color on #BAC77F background.


White color preview on #BAC77F background

This text has white color on #BAC77F background.


Related colors

Complementary color

Complementary color for #hex is #453880.


I love getcolorcode.com

Triadic colors

1 #7FBAC7 and #C77FBA with #BAC77F are triadic colors.

2 #7FC7BA and #C7BA7F with #BAC77F are triadic colors.