#B9BA9E

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

Shades of Green Mist #B9BA9E

Tints of Green Mist #B9BA9E

Color information

#B9BA9E (or 0xB9BA9E) is unknown color: approx Green Mist. HEX triplet: B9, BA and 9E. RGB value is (185,186,158). Sum of RGB (Red+Green+Blue) = 185+186+158=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BA9E is #464561. Grayscale: #B6B6B6. Windows color (decimal): -4605282 or 10402489. OLE color: 10402489.

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

Color convert

RGB185186158-
CMYK0.0100.150.27
HSL62.14º16.87%67.45%-
HSV(B)62.14º15.05%72.94%-
XYZ43.7447.939.29-
YUV182.51114.17129.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=34.97%
G=35.16%
B=29.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851861580.0100.150.2762.1416.8767.45
HexB9BA9E10F1B3e1143
Octal2712722361017337621103
Binary10111001101110101001111010111111011111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA9E; }

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

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

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

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

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

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

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

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