#BAC096

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

Shades of Green Mist #BAC096

Tints of Green Mist #BAC096

Color information

#BAC096 (or 0xBAC096) is unknown color: approx Green Mist. HEX triplet: BA, C0 and 96. RGB value is (186,192,150). Sum of RGB (Red+Green+Blue) = 186+192+150=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC096 is #453F69. Grayscale: #B9B9B9. Windows color (decimal): -4538218 or 9879738. OLE color: 9879738.

HSL color Cylindrical-coordinate representation of color #BAC096: hue angle of 68.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC096 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB186192150-
CMYK0.0300.220.25
HSL68.57º25%67.06%-
HSV(B)68.57º21.88%75.29%-
XYZ44.650.3436.22-
YUV185.42108.01128.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=35.23%
G=36.36%
B=28.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921500.0300.220.2568.572567.06
HexBAC096301619451943
Octal27230022630263110531103
Binary10111010110000001001011011010110110011000101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC096; }

 p { color: rgb(186,192,150); }

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

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

 a { background-color: rgb(186,192,150); }

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

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

 span { border-color: rgb(186,192,150); }

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