#BFC879

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

Shades of Pine Glade #BFC879

Tints of Pine Glade #BFC879

Color information

#BFC879 (or 0xBFC879) is unknown color: approx Pine Glade. HEX triplet: BF, C8 and 79. RGB value is (191,200,121). Sum of RGB (Red+Green+Blue) = 191+200+121=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC879 is #403786. Grayscale: #BCBCBC. Windows color (decimal): -4208519 or 7981247. OLE color: 7981247.

HSL color Cylindrical-coordinate representation of color #BFC879: hue angle of 66.84º degrees, saturation: 0.42, 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 #BFC879 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB191200121-
CMYK0.0400.390.22
HSL66.84º41.8%62.94%-
HSV(B)66.84º39.5%78.43%-
XYZ45.5953.7726.06-
YUV188.390.02129.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 121 (47.66% from 255) = 23.63%
R=37.30%
G=39.06%
B=23.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001210.0400.390.2266.8441.862.94
HexBFC879402716432a3f
Octal2773101714047261035277
Binary101111111100100011110011000100111101101000011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC879; }

 p { color: rgb(191,200,121); }

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

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

 a { background-color: rgb(191,200,121); }

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

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

 span { border-color: rgb(191,200,121); }

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