#BFC881

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

Shades of Pine Glade #BFC881

Tints of Pine Glade #BFC881

Color information

#BFC881 (or 0xBFC881) is unknown color: approx Pine Glade. HEX triplet: BF, C8 and 81. RGB value is (191,200,129). Sum of RGB (Red+Green+Blue) = 191+200+129=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC881 is #40377E. Grayscale: #BDBDBD. Windows color (decimal): -4208511 or 8505535. OLE color: 8505535.

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

Color convert

RGB191200129-
CMYK0.0400.360.22
HSL67.61º39.23%64.51%-
HSV(B)67.61º35.5%78.43%-
XYZ46.153.9728.76-
YUV189.2194.02129.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 129 (50.78% from 255) = 24.81%
R=36.73%
G=38.46%
B=24.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001290.0400.360.2267.6139.2364.51
HexBFC881402416442741
Octal27731020140442610447101
Binary10111111110010001000000110001001001011010001001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC881; }

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

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

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

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

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

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

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

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