#B2B586

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

Shades of Pine Glade #B2B586

Tints of Pine Glade #B2B586

Color information

#B2B586 (or 0xB2B586) is unknown color: approx Pine Glade. HEX triplet: B2, B5 and 86. RGB value is (178,181,134). Sum of RGB (Red+Green+Blue) = 178+181+134=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B586 is #4D4A79. Grayscale: #AEAEAE. Windows color (decimal): -5065338 or 8828338. OLE color: 8828338.

HSL color Cylindrical-coordinate representation of color #B2B586: hue angle of 63.83º degrees, saturation: 0.24, 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 #B2B586 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB178181134-
CMYK0.0200.260.29
HSL63.83º24.1%61.76%-
HSV(B)63.83º25.97%70.98%-
XYZ39.1944.2329.03-
YUV174.74105.01130.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=36.11%
G=36.71%
B=27.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811340.0200.260.2963.8324.161.76
HexB2B586201A1D40183e
Octal2622652062032351003076
Binary1011001010110101100001101001101011101100000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B586; }

 p { color: rgb(178,181,134); }

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

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

 a { background-color: rgb(178,181,134); }

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

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

 span { border-color: rgb(178,181,134); }

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