#BAB997

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

Shades of Green Mist #BAB997

Tints of Green Mist #BAB997

Color information

#BAB997 (or 0xBAB997) is unknown color: approx Green Mist. HEX triplet: BA, B9 and 97. RGB value is (186,185,151). Sum of RGB (Red+Green+Blue) = 186+185+151=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB997 is #454668. Grayscale: #B5B5B5. Windows color (decimal): -4540009 or 9943482. OLE color: 9943482.

HSL color Cylindrical-coordinate representation of color #BAB997: hue angle of 58.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB997 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB186185151-
CMYK00.010.190.27
HSL58.29º20.23%66.08%-
HSV(B)58.29º18.82%72.94%-
XYZ43.1847.3736.15-
YUV181.42110.83131.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 151 (59.38% from 255) = 28.93%
R=35.63%
G=35.44%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618515100.010.190.2758.2920.2366.08
HexBAB99701131B3a1442
Octal2722712270123337224102
Binary101110101011100110010111011001111011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB997; }

 p { color: rgb(186,185,151); }

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

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

 a { background-color: rgb(186,185,151); }

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

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

 span { border-color: rgb(186,185,151); }

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