#B9BB8E

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

Shades of Green Mist #B9BB8E

Tints of Green Mist #B9BB8E

Color information

#B9BB8E (or 0xB9BB8E) is unknown color: approx Green Mist. HEX triplet: B9, BB and 8E. RGB value is (185,187,142). Sum of RGB (Red+Green+Blue) = 185+187+142=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB8E is #464471. Grayscale: #B5B5B5. Windows color (decimal): -4605042 or 9354169. OLE color: 9354169.

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

Color convert

RGB185187142-
CMYK0.0100.240.27
HSL62.67º24.86%64.51%-
HSV(B)62.67º24.06%73.33%-
XYZ42.6647.8132.57-
YUV181.27105.84130.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=35.99%
G=36.38%
B=27.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871420.0100.240.2762.6724.8664.51
HexB9BB8E10181B3f1941
Octal2712732161030337731101
Binary101110011011101110001110101100011011111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB8E; }

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

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

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

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

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

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

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

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