#B3B586

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

Shades of Pine Glade #B3B586

Tints of Pine Glade #B3B586

Color information

#B3B586 (or 0xB3B586) is unknown color: approx Pine Glade. HEX triplet: B3, B5 and 86. RGB value is (179,181,134). Sum of RGB (Red+Green+Blue) = 179+181+134=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B586 is #4C4A79. Grayscale: #AFAFAF. Windows color (decimal): -4999802 or 8828339. OLE color: 8828339.

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

Color convert

RGB179181134-
CMYK0.0100.260.29
HSL62.55º24.1%61.76%-
HSV(B)62.55º25.97%70.98%-
XYZ39.4244.3529.04-
YUV175.04104.84130.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=36.23%
G=36.64%
B=27.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791811340.0100.260.2962.5524.161.76
HexB3B586101A1D3f183e
Octal263265206103235773076
Binary10110011101101011000011010110101110111111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B586; }

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

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

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

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

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

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

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

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