#BFC486

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

Shades of Pine Glade #BFC486

Tints of Pine Glade #BFC486

Color information

#BFC486 (or 0xBFC486) is unknown color: approx Pine Glade. HEX triplet: BF, C4 and 86. RGB value is (191,196,134). Sum of RGB (Red+Green+Blue) = 191+196+134=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC486 is #403B79. Grayscale: #BBBBBB. Windows color (decimal): -4209530 or 8832191. OLE color: 8832191.

HSL color Cylindrical-coordinate representation of color #BFC486: hue angle of 64.84º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC486 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB191196134-
CMYK0.0300.320.23
HSL64.84º34.44%64.71%-
HSV(B)64.84º31.63%76.86%-
XYZ45.5352.2830.25-
YUV187.4497.84130.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=36.66%
G=37.62%
B=25.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961340.0300.320.2364.8434.4464.71
HexBFC486302017412241
Octal27730420630402710142101
Binary1011111111000100100001101101000001011110000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC486; }

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

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

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

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

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

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

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

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