#BFC778

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

Shades of Pine Glade #BFC778

Tints of Pine Glade #BFC778

Color information

#BFC778 (or 0xBFC778) is unknown color: approx Pine Glade. HEX triplet: BF, C7 and 78. RGB value is (191,199,120). Sum of RGB (Red+Green+Blue) = 191+199+120=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC778 is #403887. Grayscale: #BBBBBB. Windows color (decimal): -4208776 or 7915455. OLE color: 7915455.

HSL color Cylindrical-coordinate representation of color #BFC778: hue angle of 66.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC778 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB191199120-
CMYK0.0400.400.22
HSL66.08º41.36%62.55%-
HSV(B)66.08º39.7%78.04%-
XYZ45.353.2825.67-
YUV187.689.85130.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 199 (78.12% from 255) = 39.02%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=37.45%
G=39.02%
B=23.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991200.0400.400.2266.0841.3662.55
HexBFC77840281642293f
Octal2773071704050261025177
Binary101111111100011111110001000101000101101000010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC778; }

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

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

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

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

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

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

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

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