#BAC297

Color #BAC297 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BAC297

Tints of Green Mist #BAC297

Color information

#BAC297 (or 0xBAC297) is unknown color: approx Green Mist. HEX triplet: BA, C2 and 97. RGB value is (186,194,151). Sum of RGB (Red+Green+Blue) = 186+194+151=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC297 is #453D68. Grayscale: #BABABA. Windows color (decimal): -4537705 or 9945786. OLE color: 9945786.

HSL color Cylindrical-coordinate representation of color #BAC297: hue angle of 71.16º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC297 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB186194151-
CMYK0.0400.220.24
HSL71.16º26.06%67.65%-
HSV(B)71.16º22.16%76.08%-
XYZ45.1351.2636.79-
YUV186.71107.85127.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 151 (59.38% from 255) = 28.44%
R=35.03%
G=36.53%
B=28.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941510.0400.220.2471.1626.0667.65
HexBAC297401618471a44
Octal27230222740263010732104
Binary101110101100001010010111100010110110001000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC297; }

 p { color: rgb(186,194,151); }

 H1.HeaderClassName
 {
   color: #BAC297;
 }
 .AnyTagClassName
 {
   color: #BAC297;
 }
</style>
background-color css

<style>
 a { background-color: #BAC297; }

 a { background-color: rgb(186,194,151); }

 div.DivClassName
 {
   background-color: #BAC297;
 }
 .BgClassName
 {
   background-color: #BAC297;
 }
</style>
border-color css

<style>
 span { border-color: #BAC297; }

 span { border-color: rgb(186,194,151); }

 td.TdClassName
 {
   border-color: #BAC297;
 }
 .TagClassName
 {
   border-color: #BAC297;
 }
</style>