#B9BB9E

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

Shades of Green Mist #B9BB9E

Tints of Green Mist #B9BB9E

Color information

#B9BB9E (or 0xB9BB9E) is unknown color: approx Green Mist. HEX triplet: B9, BB and 9E. RGB value is (185,187,158). Sum of RGB (Red+Green+Blue) = 185+187+158=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB9E is #464461. Grayscale: #B7B7B7. Windows color (decimal): -4605026 or 10402745. OLE color: 10402745.

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

Color convert

RGB185187158-
CMYK0.0100.160.27
HSL64.14º17.58%67.65%-
HSV(B)64.14º15.51%73.33%-
XYZ43.9548.3239.36-
YUV183.1113.84129.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=34.91%
G=35.28%
B=29.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871580.0100.160.2764.1417.5867.65
HexB9BB9E10101B401244
Octal27127323610203310022104
Binary1011100110111011100111101010000110111000000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB9E; }

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

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

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

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

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

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

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

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