COLOR #BAC576

HEX: #BAC576
RGB: (186,197,118)

Color info

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

RGB color model

#BAC576 color RGB value is (186,197,118).

  • red value is 186;
  • green value is 197;
  • blue value is 118.
RGB:
(186,197,118)
(73%,77%,46%)

RGB channels and saturation

R 186 of 255 = 73%
G 197 of 255 = 77%
B 118 of 255 = 46%

186
197
118

R + G + B ~ 65%. #BAC576 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 197 + 118 = 501 (100%)
R 186 of 501 ~ 37.13%
G 197 of 501 ~ 39.32%
B 118 of 501 ~ 23.55%

%37.13
%39.32
%23.55

CMYK color model

#BAC576 color CMYK value is (6,0,40,23).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 40.10%
  • key color value is 22.75%
CMYK:
(6,0,40,23)
C6M0Y40K23 
(6%,0%,40%,23%)
(0.06/0.00/0.40/0.23)	

CMYK percentages

%5.58
%0
%40.1
%22.75

Codes

Color #BAC576 in popluar color models

BAC576
RGB186197118
HSL68°40.51%61.76%
HSB/HSV68°40.10%77.25%
CMYK5.58%0.00%40.10%
22.75%

Color #BAC576 in popluar number systems.

HEXBAC576
Decimal186197118
Binary10111010110001011110110
Octal272305166

Shades and tints

Shades of #BAC576

#BAC576
(186,197,118)
#AAB46C
(170,180,108)
#9AA362
(154,163,98)
#8A9258
(138,146,88)
#7A814E
(122,129,78)
#6A7044
(106,112,68)
#5A5F3A
(90,95,58)
#4A4E30
(74,78,48)
#3A3D26
(58,61,38)
#2A2C1C
(42,44,28)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #BAC576

#BAC576
(186,197,118)
#C0CA82
(192,202,130)
#C6CF8E
(198,207,142)
#CCD49A
(204,212,154)
#D2D9A6
(210,217,166)
#D8DEB2
(216,222,178)
#DEE3BE
(222,227,190)
#E4E8CA
(228,232,202)
#EAEDD6
(234,237,214)
#F0F2E2
(240,242,226)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAC576 color. Also use rgb(186,197,118) instead hex code.

Text Font Color

.myTextColor { color: #BAC576; }

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

This text font color is #BAC576.


Background Color

.myBgColor { background-color: #BAC576; }

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

This div background color is #BAC576.


Border color

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

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

This div border color is #BAC576.


Opacity

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

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

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

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

This text has shadow with #BAC576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC576 on black background.


Color preview on white background

This text has color #BAC576 on white background.



Black color preview on #BAC576 background

This text has black color on #BAC576 background.


White color preview on #BAC576 background

This text has white color on #BAC576 background.