#BAC191

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

Shades of Green Mist #BAC191

Tints of Green Mist #BAC191

Color information

#BAC191 (or 0xBAC191) is unknown color: approx Green Mist. HEX triplet: BA, C1 and 91. RGB value is (186,193,145). Sum of RGB (Red+Green+Blue) = 186+193+145=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC191 is #453E6E. Grayscale: #B9B9B9. Windows color (decimal): -4537967 or 9552314. OLE color: 9552314.

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

Color convert

RGB186193145-
CMYK0.0400.250.24
HSL68.75º27.91%66.27%-
HSV(B)68.75º24.87%75.69%-
XYZ44.4350.6234.22-
YUV185.44105.18128.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=35.50%
G=36.83%
B=27.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931450.0400.250.2468.7527.9166.27
HexBAC191401918451c42
Octal27230122140313010534102
Binary101110101100000110010001100011001110001000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC191; }

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

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

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

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

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

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

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

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