#B1B686

Color #B1B686 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B1B686

Tints of Pine Glade #B1B686

Color information

#B1B686 (or 0xB1B686) is unknown color: approx Pine Glade. HEX triplet: B1, B6 and 86. RGB value is (177,182,134). Sum of RGB (Red+Green+Blue) = 177+182+134=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B686 is #4E4979. Grayscale: #AFAFAF. Windows color (decimal): -5130618 or 8828593. OLE color: 8828593.

HSL color Cylindrical-coordinate representation of color #B1B686: hue angle of 66.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1B686 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB177182134-
CMYK0.0300.260.29
HSL66.25º24.74%61.96%-
HSV(B)66.25º26.37%71.37%-
XYZ39.1644.5229.08-
YUV175.03104.84129.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=35.90%
G=36.92%
B=27.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771821340.0300.260.2966.2524.7461.96
HexB1B686301A1D42193e
Octal2612662063032351023176
Binary1011000110110110100001101101101011101100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B686; }

 p { color: rgb(177,182,134); }

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

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

 a { background-color: rgb(177,182,134); }

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

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

 span { border-color: rgb(177,182,134); }

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