#B9BD87

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

Shades of Pine Glade #B9BD87

Tints of Pine Glade #B9BD87

Color information

#B9BD87 (or 0xB9BD87) is unknown color: approx Pine Glade. HEX triplet: B9, BD and 87. RGB value is (185,189,135). Sum of RGB (Red+Green+Blue) = 185+189+135=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD87 is #464278. Grayscale: #B5B5B5. Windows color (decimal): -4604537 or 8895929. OLE color: 8895929.

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

Color convert

RGB185189135-
CMYK0.0200.290.26
HSL64.44º29.03%63.53%-
HSV(B)64.44º28.57%74.12%-
XYZ42.5848.4630.03-
YUV181.65101.67130.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=36.35%
G=37.13%
B=26.52%

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
Decimal1851891350.0200.290.2664.4429.0363.53
HexB9BD87201D1A401d40
Octal27127520720353210035100
Binary10111001101111011000011110011101110101000000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD87; }

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

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

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

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

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

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

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

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