#bac294

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

Shades of Green Mist #BAC294

Tints of Green Mist #BAC294

Color information

#BAC294 (or 0xBAC294) is unknown color: approx Green Mist. HEX triplet: BA, C2 and 94. RGB value is (186,194,148). Sum of RGB (Red+Green+Blue) = 186+194+148=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC294 is #453D6B. Grayscale: #BABABA. Windows color (decimal): -4537708 or 9749178. OLE color: 9749178.

HSL color Cylindrical-coordinate representation of color #BAC294: hue angle of 70.43º 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 #BAC294 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB186194148-
CMYK0.0400.240.24
HSL70.43º27.38%67.06%-
HSV(B)70.43º23.71%76.08%-
XYZ44.8951.1635.53-
YUV186.36106.35127.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=35.23%
G=36.74%
B=28.03%

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
Decimal1861941480.0400.240.2470.4327.3867.06
HexBAC294401818461b43
Octal27230222440303010633103
Binary101110101100001010010100100011000110001000110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bac294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bac294; }

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

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

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

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

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

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

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

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