#BABA9C

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

Shades of Green Mist #BABA9C

Tints of Green Mist #BABA9C

Color information

#BABA9C (or 0xBABA9C) is unknown color: approx Green Mist. HEX triplet: BA, BA and 9C. RGB value is (186,186,156). Sum of RGB (Red+Green+Blue) = 186+186+156=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA9C is #454563. Grayscale: #B6B6B6. Windows color (decimal): -4539748 or 10271418. OLE color: 10271418.

HSL color Cylindrical-coordinate representation of color #BABA9C: hue angle of 60º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BABA9C is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186186156-
CMYK000.160.27
HSL60º17.86%67.06%-
HSV(B)60º16.13%72.94%-
XYZ43.8147.9638.4-
YUV182.58113130.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=35.23%
G=35.23%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186156000.160.276017.8667.06
HexBABA9C00101B3c1243
Octal2722722340020337422103
Binary101110101011101010011100001000011011111100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA9C; }

 p { color: rgb(186,186,156); }

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

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

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

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

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

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

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