#B5BA87

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

Shades of Pine Glade #B5BA87

Tints of Pine Glade #B5BA87

Color information

#B5BA87 (or 0xB5BA87) is unknown color: approx Pine Glade. HEX triplet: B5, BA and 87. RGB value is (181,186,135). Sum of RGB (Red+Green+Blue) = 181+186+135=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA87 is #4A4578. Grayscale: #B2B2B2. Windows color (decimal): -4867449 or 8895157. OLE color: 8895157.

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

Color convert

RGB181186135-
CMYK0.0300.270.27
HSL65.88º26.98%62.94%-
HSV(B)65.88º27.42%72.94%-
XYZ40.9946.6929.77-
YUV178.69103.34129.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=36.06%
G=37.05%
B=26.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861350.0300.270.2765.8826.9862.94
HexB5BA87301B1B421b3f
Octal2652722073033331023377
Binary1011010110111010100001111101101111011100001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA87; }

 p { color: rgb(181,186,135); }

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

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

 a { background-color: rgb(181,186,135); }

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

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

 span { border-color: rgb(181,186,135); }

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