#BAC496

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

Shades of Green Mist #BAC496

Tints of Green Mist #BAC496

Color information

#BAC496 (or 0xBAC496) is unknown color: approx Green Mist. HEX triplet: BA, C4 and 96. RGB value is (186,196,150). Sum of RGB (Red+Green+Blue) = 186+196+150=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC496 is #453B69. Grayscale: #BBBBBB. Windows color (decimal): -4537194 or 9880762. OLE color: 9880762.

HSL color Cylindrical-coordinate representation of color #BAC496: hue angle of 73.04º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC496 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB186196150-
CMYK0.0500.230.23
HSL73.04º28.05%67.84%-
HSV(B)73.04º23.47%76.86%-
XYZ45.4952.1236.52-
YUV187.77106.69126.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=34.96%
G=36.84%
B=28.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961500.0500.230.2373.0428.0567.84
HexBAC496501717491c44
Octal27230422650272711134104
Binary101110101100010010010110101010111101111001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC496; }

 p { color: rgb(186,196,150); }

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

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

 a { background-color: rgb(186,196,150); }

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

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

 span { border-color: rgb(186,196,150); }

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