#B9BA91

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

Shades of Green Mist #B9BA91

Tints of Green Mist #B9BA91

Color information

#B9BA91 (or 0xB9BA91) is unknown color: approx Green Mist. HEX triplet: B9, BA and 91. RGB value is (185,186,145). Sum of RGB (Red+Green+Blue) = 185+186+145=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BA91 is #46456E. Grayscale: #B5B5B5. Windows color (decimal): -4605295 or 9550521. OLE color: 9550521.

HSL color Cylindrical-coordinate representation of color #B9BA91: hue angle of 61.46º degrees, saturation: 0.23, 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 #B9BA91 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185186145-
CMYK0.0100.220.27
HSL61.46º22.91%64.9%-
HSV(B)61.46º22.04%72.94%-
XYZ42.6847.4833.7-
YUV181.03107.67130.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=35.85%
G=36.05%
B=28.10%

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
Decimal1851861450.0100.220.2761.4622.9164.9
HexB9BA9110161B3d1741
Octal2712722211026337527101
Binary101110011011101010010001101011011011111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA91; }

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

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

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

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

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

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

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

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