#B5B988

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

Shades of Pine Glade #B5B988

Tints of Pine Glade #B5B988

Color information

#B5B988 (or 0xB5B988) is unknown color: approx Pine Glade. HEX triplet: B5, B9 and 88. RGB value is (181,185,136). Sum of RGB (Red+Green+Blue) = 181+185+136=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B988 is #4A4677. Grayscale: #B2B2B2. Windows color (decimal): -4867704 or 8960437. OLE color: 8960437.

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

Color convert

RGB181185136-
CMYK0.0200.260.27
HSL64.9º25.93%62.94%-
HSV(B)64.9º26.49%72.55%-
XYZ40.8546.330.08-
YUV178.22104.17129.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=36.06%
G=36.85%
B=27.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811851360.0200.260.2764.925.9362.94
HexB5B988201A1B411a3f
Octal2652712102032331013277
Binary1011010110111001100010001001101011011100000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B988; }

 p { color: rgb(181,185,136); }

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

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

 a { background-color: rgb(181,185,136); }

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

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

 span { border-color: rgb(181,185,136); }

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