#B6BA8F

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

Shades of Green Mist #B6BA8F

Tints of Green Mist #B6BA8F

Color information

#B6BA8F (or 0xB6BA8F) is unknown color: approx Green Mist. HEX triplet: B6, BA and 8F. RGB value is (182,186,143). Sum of RGB (Red+Green+Blue) = 182+186+143=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BA8F is #494570. Grayscale: #B4B4B4. Windows color (decimal): -4801905 or 9419446. OLE color: 9419446.

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

Color convert

RGB182186143-
CMYK0.0200.230.27
HSL65.58º23.76%64.51%-
HSV(B)65.58º23.12%72.94%-
XYZ41.8147.0532.86-
YUV179.9107.17129.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=35.62%
G=36.40%
B=27.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821861430.0200.230.2765.5823.7664.51
HexB6BA8F20171B421841
Octal26627221720273310230101
Binary10110110101110101000111110010111110111000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA8F; }

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

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

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

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

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

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

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

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