#BFC686

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

Shades of Pine Glade #BFC686

Tints of Pine Glade #BFC686

Color information

#BFC686 (or 0xBFC686) is unknown color: approx Pine Glade. HEX triplet: BF, C6 and 86. RGB value is (191,198,134). Sum of RGB (Red+Green+Blue) = 191+198+134=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC686 is #403979. Grayscale: #BCBCBC. Windows color (decimal): -4209018 or 8832703. OLE color: 8832703.

HSL color Cylindrical-coordinate representation of color #BFC686: hue angle of 66.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC686 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB191198134-
CMYK0.0400.320.22
HSL66.56º35.96%65.1%-
HSV(B)66.56º32.32%77.65%-
XYZ45.9853.1930.4-
YUV188.6197.18129.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 134 (52.73% from 255) = 25.62%
R=36.52%
G=37.86%
B=25.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981340.0400.320.2266.5635.9665.1
HexBFC686402016432441
Octal27730620640402610344101
Binary10111111110001101000011010001000001011010000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC686; }

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

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

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

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

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

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

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

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