#B1B586

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

Shades of Pine Glade #B1B586

Tints of Pine Glade #B1B586

Color information

#B1B586 (or 0xB1B586) is unknown color: approx Pine Glade. HEX triplet: B1, B5 and 86. RGB value is (177,181,134). Sum of RGB (Red+Green+Blue) = 177+181+134=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B586 is #4E4A79. Grayscale: #AEAEAE. Windows color (decimal): -5130874 or 8828337. OLE color: 8828337.

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

Color convert

RGB177181134-
CMYK0.0200.260.29
HSL65.11º24.1%61.76%-
HSV(B)65.11º25.97%70.98%-
XYZ38.9644.1229.02-
YUV174.45105.17129.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=35.98%
G=36.79%
B=27.24%

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
Decimal1771811340.0200.260.2965.1124.161.76
HexB1B586201A1D41183e
Octal2612652062032351013076
Binary1011000110110101100001101001101011101100000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B586; }

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

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

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

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

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

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

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

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