#B9BB97

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

Shades of Green Mist #B9BB97

Tints of Green Mist #B9BB97

Color information

#B9BB97 (or 0xB9BB97) is unknown color: approx Green Mist. HEX triplet: B9, BB and 97. RGB value is (185,187,151). Sum of RGB (Red+Green+Blue) = 185+187+151=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB97 is #464468. Grayscale: #B6B6B6. Windows color (decimal): -4605033 or 9943993. OLE color: 9943993.

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

Color convert

RGB185187151-
CMYK0.0100.190.27
HSL63.33º20.93%66.27%-
HSV(B)63.33º19.25%73.33%-
XYZ43.3648.0936.27-
YUV182.3110.34129.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=35.37%
G=35.76%
B=28.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871510.0100.190.2763.3320.9366.27
HexB9BB9710131B3f1542
Octal2712732271023337725102
Binary101110011011101110010111101001111011111111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB97; }

 p { color: rgb(185,187,151); }

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

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

 a { background-color: rgb(185,187,151); }

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

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

 span { border-color: rgb(185,187,151); }

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