#BABD91

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

Shades of Green Mist #BABD91

Tints of Green Mist #BABD91

Color information

#BABD91 (or 0xBABD91) is unknown color: approx Green Mist. HEX triplet: BA, BD and 91. RGB value is (186,189,145). Sum of RGB (Red+Green+Blue) = 186+189+145=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD91 is #45426E. Grayscale: #B7B7B7. Windows color (decimal): -4538991 or 9551290. OLE color: 9551290.

HSL color Cylindrical-coordinate representation of color #BABD91: hue angle of 64.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BABD91 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB186189145-
CMYK0.0200.230.26
HSL64.09º25%65.49%-
HSV(B)64.09º23.28%74.12%-
XYZ43.5648.8833.93-
YUV183.09106.51130.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=35.77%
G=36.35%
B=27.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891450.0200.230.2664.092565.49
HexBABD9120171A401941
Octal27227522120273210031101
Binary10111010101111011001000110010111110101000000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD91; }

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

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

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

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

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

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

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

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