#B6BD9B

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

Shades of Green Mist #B6BD9B

Tints of Green Mist #B6BD9B

Color information

#B6BD9B (or 0xB6BD9B) is unknown color: approx Green Mist. HEX triplet: B6, BD and 9B. RGB value is (182,189,155). Sum of RGB (Red+Green+Blue) = 182+189+155=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BD9B is #494264. Grayscale: #B7B7B7. Windows color (decimal): -4801125 or 10206646. OLE color: 10206646.

HSL color Cylindrical-coordinate representation of color #B6BD9B: hue angle of 72.35º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6BD9B is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB182189155-
CMYK0.0400.180.26
HSL72.35º20.48%67.45%-
HSV(B)72.35º17.99%74.12%-
XYZ43.4148.7138.12-
YUV183.03112.18127.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=34.60%
G=35.93%
B=29.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821891550.0400.180.2672.3520.4867.45
HexB6BD9B40121A481443
Octal26627523340223211024103
Binary101101101011110110011011100010010110101001000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BD9B; }

 p { color: rgb(182,189,155); }

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

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

 a { background-color: rgb(182,189,155); }

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

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

 span { border-color: rgb(182,189,155); }

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