#BFC280

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

Shades of Pine Glade #BFC280

Tints of Pine Glade #BFC280

Color information

#BFC280 (or 0xBFC280) is unknown color: approx Pine Glade. HEX triplet: BF, C2 and 80. RGB value is (191,194,128). Sum of RGB (Red+Green+Blue) = 191+194+128=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC280 is #403D7F. Grayscale: #B9B9B9. Windows color (decimal): -4210048 or 8438463. OLE color: 8438463.

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

Color convert

RGB191194128-
CMYK0.0200.340.24
HSL62.73º35.11%63.14%-
HSV(B)62.73º34.02%76.08%-
XYZ44.6751.2227.95-
YUV185.5895.51131.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=37.23%
G=37.82%
B=24.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941280.0200.340.2462.7335.1163.14
HexBFC2802022183f233f
Octal277302200204230774377
Binary10111111110000101000000010010001011000111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC280; }

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

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

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

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

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

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

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

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