#BAC391

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

Shades of Green Mist #BAC391

Tints of Green Mist #BAC391

Color information

#BAC391 (or 0xBAC391) is unknown color: approx Green Mist. HEX triplet: BA, C3 and 91. RGB value is (186,195,145). Sum of RGB (Red+Green+Blue) = 186+195+145=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC391 is #453C6E. Grayscale: #BABABA. Windows color (decimal): -4537455 or 9552826. OLE color: 9552826.

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

Color convert

RGB186195145-
CMYK0.0500.260.24
HSL70.8º29.41%66.67%-
HSV(B)70.8º25.64%76.47%-
XYZ44.8851.5134.37-
YUV186.61104.52127.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 195 (76.56% from 255) = 37.07%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=35.36%
G=37.07%
B=27.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951450.0500.260.2470.829.4166.67
HexBAC391501A18471d43
Octal27230322150323010735103
Binary101110101100001110010001101011010110001000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC391; }

 p { color: rgb(186,195,145); }

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

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

 a { background-color: rgb(186,195,145); }

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

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

 span { border-color: rgb(186,195,145); }

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