#BABB9E

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

Shades of Green Mist #BABB9E

Tints of Green Mist #BABB9E

Color information

#BABB9E (or 0xBABB9E) is unknown color: approx Green Mist. HEX triplet: BA, BB and 9E. RGB value is (186,187,158). Sum of RGB (Red+Green+Blue) = 186+187+158=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB9E is #454461. Grayscale: #B7B7B7. Windows color (decimal): -4539490 or 10402746. OLE color: 10402746.

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

Color convert

RGB186187158-
CMYK0.0100.160.27
HSL62.07º17.58%67.65%-
HSV(B)62.07º15.51%73.33%-
XYZ44.1948.4539.37-
YUV183.4113.67129.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=35.03%
G=35.22%
B=29.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871580.0100.160.2762.0717.5867.65
HexBABB9E10101B3e1244
Octal2722732361020337622104
Binary101110101011101110011110101000011011111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB9E; }

 p { color: rgb(186,187,158); }

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

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

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

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

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

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

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