#BABC9F

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

Shades of Green Mist #BABC9F

Tints of Green Mist #BABC9F

Color information

#BABC9F (or 0xBABC9F) is unknown color: approx Green Mist. HEX triplet: BA, BC and 9F. RGB value is (186,188,159). Sum of RGB (Red+Green+Blue) = 186+188+159=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC9F is #454360. Grayscale: #B8B8B8. Windows color (decimal): -4539233 or 10468538. OLE color: 10468538.

HSL color Cylindrical-coordinate representation of color #BABC9F: hue angle of 64.14º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABC9F is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB186188159-
CMYK0.0100.150.26
HSL64.14º17.79%68.04%-
HSV(B)64.14º15.43%73.73%-
XYZ44.4948.9139.9-
YUV184.1113.84129.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=34.90%
G=35.27%
B=29.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881590.0100.150.2664.1417.7968.04
HexBABC9F10F1A401244
Octal27227423710173210022104
Binary101110101011110010011111101111110101000000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC9F; }

 p { color: rgb(186,188,159); }

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

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

 a { background-color: rgb(186,188,159); }

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

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

 span { border-color: rgb(186,188,159); }

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