#B6B996

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

Shades of Green Mist #B6B996

Tints of Green Mist #B6B996

Color information

#B6B996 (or 0xB6B996) is unknown color: approx Green Mist. HEX triplet: B6, B9 and 96. RGB value is (182,185,150). Sum of RGB (Red+Green+Blue) = 182+185+150=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B996 is #494669. Grayscale: #B4B4B4. Windows color (decimal): -4802154 or 9877942. OLE color: 9877942.

HSL color Cylindrical-coordinate representation of color #B6B996: hue angle of 65.14º degrees, saturation: 0.2, 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 #B6B996 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB182185150-
CMYK0.0200.190.27
HSL65.14º20%65.69%-
HSV(B)65.14º18.92%72.55%-
XYZ42.1546.8535.67-
YUV180.11111.01129.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=35.20%
G=35.78%
B=29.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851500.0200.190.2765.142065.69
HexB6B99620131B411442
Octal26627122620233310124102
Binary10110110101110011001011010010011110111000001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B996; }

 p { color: rgb(182,185,150); }

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

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

 a { background-color: rgb(182,185,150); }

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

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

 span { border-color: rgb(182,185,150); }

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