COLOR #BAC596

HEX: #BAC596
RGB: (186,197,150)

Color info

#BAC596 contains red, green and blue colors in about the same proportion. Web safe color of #BAC596 is #CCCC99 (or #CC9).

RGB color model

#BAC596 color RGB value is (186,197,150).

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

RGB channels and saturation

R 186 of 255 = 73%
G 197 of 255 = 77%
B 150 of 255 = 59%

186
197
150

R + G + B ~ 70%. #BAC596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 197 + 150 = 533 (100%)
R 186 of 533 ~ 34.9%
G 197 of 533 ~ 36.96%
B 150 of 533 ~ 28.14%

%34.9
%36.96
%28.14

CMYK color model

#BAC596 color CMYK value is (6,0,24,23).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 22.75%
CMYK:
(6,0,24,23)
C6M0Y24K23 
(6%,0%,24%,23%)
(0.06/0.00/0.24/0.23)	

CMYK percentages

%5.58
%0
%23.86
%22.75

Codes

Color #BAC596 in popluar color models

BAC596
RGB186197150
HSL74°28.83%68.04%
HSB/HSV74°23.86%77.25%
CMYK5.58%0.00%23.86%
22.75%

Color #BAC596 in popluar number systems.

HEXBAC596
Decimal186197150
Binary101110101100010110010110
Octal272305226

Shades and tints

Shades of #BAC596

#BAC596
(186,197,150)
#AAB489
(170,180,137)
#9AA37C
(154,163,124)
#8A926F
(138,146,111)
#7A8162
(122,129,98)
#6A7055
(106,112,85)
#5A5F48
(90,95,72)
#4A4E3B
(74,78,59)
#3A3D2E
(58,61,46)
#2A2C21
(42,44,33)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #BAC596

#BAC596
(186,197,150)
#C0CA9F
(192,202,159)
#C6CFA8
(198,207,168)
#CCD4B1
(204,212,177)
#D2D9BA
(210,217,186)
#D8DEC3
(216,222,195)
#DEE3CC
(222,227,204)
#E4E8D5
(228,232,213)
#EAEDDE
(234,237,222)
#F0F2E7
(240,242,231)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC596; }

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

This text font color is #BAC596.


Background Color

.myBgColor { background-color: #BAC596; }

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

This div background color is #BAC596.


Border color

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

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

This div border color is #BAC596.


Opacity

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

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

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

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

This text has shadow with #BAC596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC596 on black background.


Color preview on white background

This text has color #BAC596 on white background.



Black color preview on #BAC596 background

This text has black color on #BAC596 background.


White color preview on #BAC596 background

This text has white color on #BAC596 background.