#BABB99

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

Shades of Green Mist #BABB99

Tints of Green Mist #BABB99

Color information

#BABB99 (or 0xBABB99) is unknown color: approx Green Mist. HEX triplet: BA, BB and 99. RGB value is (186,187,153). Sum of RGB (Red+Green+Blue) = 186+187+153=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB99 is #454466. Grayscale: #B6B6B6. Windows color (decimal): -4539495 or 10075066. OLE color: 10075066.

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

Color convert

RGB186187153-
CMYK0.0100.180.27
HSL61.76º20%66.67%-
HSV(B)61.76º18.18%73.33%-
XYZ43.7748.2837.15-
YUV182.82111.17130.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=35.36%
G=35.55%
B=29.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871530.0100.180.2761.762066.67
HexBABB9910121B3e1443
Octal2722732311022337624103
Binary101110101011101110011001101001011011111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB99; }

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

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

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

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

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

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

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

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