#BAC09D

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

Shades of Green Mist #BAC09D

Tints of Green Mist #BAC09D

Color information

#BAC09D (or 0xBAC09D) is unknown color: approx Green Mist. HEX triplet: BA, C0 and 9D. RGB value is (186,192,157). Sum of RGB (Red+Green+Blue) = 186+192+157=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC09D is #453F62. Grayscale: #BABABA. Windows color (decimal): -4538211 or 10338490. OLE color: 10338490.

HSL color Cylindrical-coordinate representation of color #BAC09D: hue angle of 70.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC09D is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB186192157-
CMYK0.0300.180.25
HSL70.29º21.74%68.43%-
HSV(B)70.29º18.23%75.29%-
XYZ45.1950.5739.28-
YUV186.22111.51127.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=34.77%
G=35.89%
B=29.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921570.0300.180.2570.2921.7468.43
HexBAC09D301219461644
Octal27230023530223110626104
Binary10111010110000001001110111010010110011000110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC09D; }

 p { color: rgb(186,192,157); }

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

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

 a { background-color: rgb(186,192,157); }

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

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

 span { border-color: rgb(186,192,157); }

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