#BABA9A

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

Shades of Green Mist #BABA9A

Tints of Green Mist #BABA9A

Color information

#BABA9A (or 0xBABA9A) is unknown color: approx Green Mist. HEX triplet: BA, BA and 9A. RGB value is (186,186,154). Sum of RGB (Red+Green+Blue) = 186+186+154=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA9A is #454565. Grayscale: #B6B6B6. Windows color (decimal): -4539750 or 10140346. OLE color: 10140346.

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

Color convert

RGB186186154-
CMYK000.170.27
HSL60º18.82%66.67%-
HSV(B)60º17.2%72.94%-
XYZ43.6447.8937.52-
YUV182.35112130.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=35.36%
G=35.36%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186154000.170.276018.8266.67
HexBABA9A00111B3c1343
Octal2722722320021337423103
Binary101110101011101010011010001000111011111100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA9A; }

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

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

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

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

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

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

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

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