#B6BE8F

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

Shades of Green Mist #B6BE8F

Tints of Green Mist #B6BE8F

Color information

#B6BE8F (or 0xB6BE8F) is unknown color: approx Green Mist. HEX triplet: B6, BE and 8F. RGB value is (182,190,143). Sum of RGB (Red+Green+Blue) = 182+190+143=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BE8F is #494170. Grayscale: #B6B6B6. Windows color (decimal): -4800881 or 9420470. OLE color: 9420470.

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

Color convert

RGB182190143-
CMYK0.0400.250.25
HSL70.21º26.55%65.29%-
HSV(B)70.21º24.74%74.51%-
XYZ42.6648.7633.15-
YUV182.25105.85127.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=35.34%
G=36.89%
B=27.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901430.0400.250.2570.2126.5565.29
HexB6BE8F401919461b41
Octal26627621740313110633101
Binary101101101011111010001111100011001110011000110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE8F; }

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

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

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

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

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

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

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

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