#BDBF85

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

Shades of Pine Glade #BDBF85

Tints of Pine Glade #BDBF85

Color information

#BDBF85 (or 0xBDBF85) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 85. RGB value is (189,191,133). Sum of RGB (Red+Green+Blue) = 189+191+133=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF85 is #42407A. Grayscale: #B8B8B8. Windows color (decimal): -4341883 or 8765373. OLE color: 8765373.

HSL color Cylindrical-coordinate representation of color #BDBF85: hue angle of 62.07º 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 #BDBF85 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB189191133-
CMYK0.0100.300.25
HSL62.07º31.18%63.53%-
HSV(B)62.07º30.37%74.9%-
XYZ43.8549.7729.49-
YUV183.7999.34131.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=36.84%
G=37.23%
B=25.93%

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
Decimal1891911330.0100.300.2562.0731.1863.53
HexBDBF85101E193e1f40
Octal2752772051036317637100
Binary101111011011111110000101101111011001111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF85; }

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

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

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

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

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

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

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

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