#B6BB8F

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

Shades of Green Mist #B6BB8F

Tints of Green Mist #B6BB8F

Color information

#B6BB8F (or 0xB6BB8F) is unknown color: approx Green Mist. HEX triplet: B6, BB and 8F. RGB value is (182,187,143). Sum of RGB (Red+Green+Blue) = 182+187+143=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BB8F is #494470. Grayscale: #B4B4B4. Windows color (decimal): -4801649 or 9419702. OLE color: 9419702.

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

Color convert

RGB182187143-
CMYK0.0300.240.27
HSL66.82º24.44%64.71%-
HSV(B)66.82º23.53%73.33%-
XYZ42.0247.4732.93-
YUV180.49106.84129.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=35.55%
G=36.52%
B=27.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821871430.0300.240.2766.8224.4464.71
HexB6BB8F30181B431841
Octal26627321730303310330101
Binary10110110101110111000111111011000110111000011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BB8F; }

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

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

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

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

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

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

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

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