#BDBF86

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

Shades of Pine Glade #BDBF86

Tints of Pine Glade #BDBF86

Color information

#BDBF86 (or 0xBDBF86) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 86. RGB value is (189,191,134). Sum of RGB (Red+Green+Blue) = 189+191+134=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF86 is #424079. Grayscale: #B8B8B8. Windows color (decimal): -4341882 or 8830909. OLE color: 8830909.

HSL color Cylindrical-coordinate representation of color #BDBF86: hue angle of 62.11º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDBF86 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB189191134-
CMYK0.0100.300.25
HSL62.11º30.81%63.73%-
HSV(B)62.11º29.84%74.9%-
XYZ43.9249.829.85-
YUV183.999.84131.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=36.77%
G=37.16%
B=26.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911340.0100.300.2562.1130.8163.73
HexBDBF86101E193e1f40
Octal2752772061036317637100
Binary101111011011111110000110101111011001111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF86; }

 p { color: rgb(189,191,134); }

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

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

 a { background-color: rgb(189,191,134); }

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

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

 span { border-color: rgb(189,191,134); }

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