#BAC193

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

Shades of Green Mist #BAC193

Tints of Green Mist #BAC193

Color information

#BAC193 (or 0xBAC193) is unknown color: approx Green Mist. HEX triplet: BA, C1 and 93. RGB value is (186,193,147). Sum of RGB (Red+Green+Blue) = 186+193+147=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC193 is #453E6C. Grayscale: #B9B9B9. Windows color (decimal): -4537965 or 9683386. OLE color: 9683386.

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

Color convert

RGB186193147-
CMYK0.0400.240.24
HSL69.13º27.06%66.67%-
HSV(B)69.13º23.83%75.69%-
XYZ44.5950.6935.04-
YUV185.66106.18128.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=35.36%
G=36.69%
B=27.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931470.0400.240.2469.1327.0666.67
HexBAC193401818451b43
Octal27230122340303010533103
Binary101110101100000110010011100011000110001000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC193; }

 p { color: rgb(186,193,147); }

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

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

 a { background-color: rgb(186,193,147); }

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

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

 span { border-color: rgb(186,193,147); }

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