#BAC195

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

Shades of Green Mist #BAC195

Tints of Green Mist #BAC195

Color information

#BAC195 (or 0xBAC195) is unknown color: approx Green Mist. HEX triplet: BA, C1 and 95. RGB value is (186,193,149). Sum of RGB (Red+Green+Blue) = 186+193+149=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC195 is #453E6A. Grayscale: #BABABA. Windows color (decimal): -4537963 or 9814458. OLE color: 9814458.

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

Color convert

RGB186193149-
CMYK0.0400.230.24
HSL69.55º26.19%67.06%-
HSV(B)69.55º22.8%75.69%-
XYZ44.7450.7535.87-
YUV185.89107.18128.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=35.23%
G=36.55%
B=28.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931490.0400.230.2469.5526.1967.06
HexBAC195401718461a43
Octal27230122540273010632103
Binary101110101100000110010101100010111110001000110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC195; }

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

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

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

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

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

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

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

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