#BFC271

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

Shades of Pine Glade #BFC271

Tints of Pine Glade #BFC271

Color information

#BFC271 (or 0xBFC271) is unknown color: approx Pine Glade. HEX triplet: BF, C2 and 71. RGB value is (191,194,113). Sum of RGB (Red+Green+Blue) = 191+194+113=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC271 is #403D8E. Grayscale: #B8B8B8. Windows color (decimal): -4210063 or 7455423. OLE color: 7455423.

HSL color Cylindrical-coordinate representation of color #BFC271: hue angle of 62.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC271 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB191194113-
CMYK0.0200.420.24
HSL62.22º39.9%60.2%-
HSV(B)62.22º41.75%76.08%-
XYZ43.7650.8523.13-
YUV183.8788.01133.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=38.35%
G=38.96%
B=22.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941130.0200.420.2462.2239.960.2
HexBFC271202A183e283c
Octal277302161205230765074
Binary1011111111000010111000110010101011000111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC271; }

 p { color: rgb(191,194,113); }

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

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

 a { background-color: rgb(191,194,113); }

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

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

 span { border-color: rgb(191,194,113); }

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