#BABB91

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

Shades of Green Mist #BABB91

Tints of Green Mist #BABB91

Color information

#BABB91 (or 0xBABB91) is unknown color: approx Green Mist. HEX triplet: BA, BB and 91. RGB value is (186,187,145). Sum of RGB (Red+Green+Blue) = 186+187+145=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB91 is #45446E. Grayscale: #B6B6B6. Windows color (decimal): -4539503 or 9550778. OLE color: 9550778.

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

Color convert

RGB186187145-
CMYK0.0100.220.27
HSL61.43º23.6%65.1%-
HSV(B)61.43º22.46%73.33%-
XYZ43.1348.0233.78-
YUV181.91107.17130.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 145 (57.03% from 255) = 27.99%
R=35.91%
G=36.10%
B=27.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871450.0100.220.2761.4323.665.1
HexBABB9110161B3d1841
Octal2722732211026337530101
Binary101110101011101110010001101011011011111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB91; }

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

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

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

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

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

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

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

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