#BFD59F

Color #BFD59F Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BFD59F

Tints of Pixie Green #BFD59F

Color information

#BFD59F (or 0xBFD59F) is unknown color: approx Pixie Green. HEX triplet: BF, D5 and 9F. RGB value is (191,213,159). Sum of RGB (Red+Green+Blue) = 191+213+159=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD59F is #402A60. Grayscale: #C8C8C8. Windows color (decimal): -4205153 or 10474943. OLE color: 10474943.

HSL color Cylindrical-coordinate representation of color #BFD59F: hue angle of 84.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD59F is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB191213159-
CMYK0.1000.250.16
HSL84.44º39.13%72.94%-
HSV(B)84.44º25.35%83.53%-
XYZ51.5461.1741.89-
YUV200.27104.71121.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 159 (62.5% from 255) = 28.24%
R=33.93%
G=37.83%
B=28.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131590.1000.250.1684.4439.1372.94
HexBFD59FA01910542749
Octal277325237120312012447111
Binary10111111110101011001111110100110011000010101001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD59F; }

 p { color: rgb(191,213,159); }

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

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

 a { background-color: rgb(191,213,159); }

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

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

 span { border-color: rgb(191,213,159); }

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