#BABD87

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

Shades of Pine Glade #BABD87

Tints of Pine Glade #BABD87

Color information

#BABD87 (or 0xBABD87) is unknown color: approx Pine Glade. HEX triplet: BA, BD and 87. RGB value is (186,189,135). Sum of RGB (Red+Green+Blue) = 186+189+135=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD87 is #454278. Grayscale: #B6B6B6. Windows color (decimal): -4539001 or 8895930. OLE color: 8895930.

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

Color convert

RGB186189135-
CMYK0.0200.290.26
HSL63.33º29.03%63.53%-
HSV(B)63.33º28.57%74.12%-
XYZ42.8248.5830.04-
YUV181.95101.51130.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=36.47%
G=37.06%
B=26.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891350.0200.290.2663.3329.0363.53
HexBABD87201D1A3f1d40
Octal2722752072035327735100
Binary1011101010111101100001111001110111010111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD87; }

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

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

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

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

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

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

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

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