#B6B991

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

Shades of Green Mist #B6B991

Tints of Green Mist #B6B991

Color information

#B6B991 (or 0xB6B991) is unknown color: approx Green Mist. HEX triplet: B6, B9 and 91. RGB value is (182,185,145). Sum of RGB (Red+Green+Blue) = 182+185+145=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B991 is #49466E. Grayscale: #B3B3B3. Windows color (decimal): -4802159 or 9550262. OLE color: 9550262.

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

Color convert

RGB182185145-
CMYK0.0200.220.27
HSL64.5º22.22%64.71%-
HSV(B)64.5º21.62%72.55%-
XYZ41.7546.6933.6-
YUV179.54108.51129.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 185 (72.66% from 255) = 36.13%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=35.55%
G=36.13%
B=28.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851450.0200.220.2764.522.2264.71
HexB6B99120161B401641
Octal26627122120263310026101
Binary10110110101110011001000110010110110111000000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B991; }

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

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

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

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

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

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

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

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