#BFC788

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

Shades of Pine Glade #BFC788

Tints of Pine Glade #BFC788

Color information

#BFC788 (or 0xBFC788) is unknown color: approx Pine Glade. HEX triplet: BF, C7 and 88. RGB value is (191,199,136). Sum of RGB (Red+Green+Blue) = 191+199+136=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC788 is #403877. Grayscale: #BDBDBD. Windows color (decimal): -4208760 or 8964031. OLE color: 8964031.

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

Color convert

RGB191199136-
CMYK0.0400.320.22
HSL67.62º36%65.69%-
HSV(B)67.62º31.66%78.04%-
XYZ46.3553.731.21-
YUV189.4397.85129.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 136 (53.52% from 255) = 25.86%
R=36.31%
G=37.83%
B=25.86%

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
Decimal1911991360.0400.320.2267.623665.69
HexBFC788402016442442
Octal27730721040402610444102
Binary10111111110001111000100010001000001011010001001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC788; }

 p { color: rgb(191,199,136); }

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

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

 a { background-color: rgb(191,199,136); }

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

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

 span { border-color: rgb(191,199,136); }

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