#BABA9D

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

Shades of Green Mist #BABA9D

Tints of Green Mist #BABA9D

Color information

#BABA9D (or 0xBABA9D) is unknown color: approx Green Mist. HEX triplet: BA, BA and 9D. RGB value is (186,186,157). Sum of RGB (Red+Green+Blue) = 186+186+157=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA9D is #454562. Grayscale: #B6B6B6. Windows color (decimal): -4539747 or 10336954. OLE color: 10336954.

HSL color Cylindrical-coordinate representation of color #BABA9D: hue angle of 60º degrees, saturation: 0.17, 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 #BABA9D is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186186157-
CMYK000.160.27
HSL60º17.37%67.25%-
HSV(B)60º15.59%72.94%-
XYZ43.8947.9938.85-
YUV182.69113.5130.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=35.16%
G=35.16%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186157000.160.276017.3767.25
HexBABA9D00101B3c1143
Octal2722722350020337421103
Binary101110101011101010011101001000011011111100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA9D; }

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

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

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

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

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

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

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

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