#B6BA92

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

Shades of Green Mist #B6BA92

Tints of Green Mist #B6BA92

Color information

#B6BA92 (or 0xB6BA92) is unknown color: approx Green Mist. HEX triplet: B6, BA and 92. RGB value is (182,186,146). Sum of RGB (Red+Green+Blue) = 182+186+146=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BA92 is #49456D. Grayscale: #B4B4B4. Windows color (decimal): -4801902 or 9616054. OLE color: 9616054.

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

Color convert

RGB182186146-
CMYK0.0200.220.27
HSL66º22.47%65.1%-
HSV(B)66º21.51%72.94%-
XYZ42.0447.1434.08-
YUV180.24108.67129.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.41%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=35.41%
G=36.19%
B=28.40%

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
Decimal1821861460.0200.220.276622.4765.1
HexB6BA9220161B421641
Octal26627222220263310226101
Binary10110110101110101001001010010110110111000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA92; }

 p { color: rgb(182,186,146); }

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

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

 a { background-color: rgb(182,186,146); }

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

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

 span { border-color: rgb(182,186,146); }

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