#BFD39F

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

Shades of Pixie Green #BFD39F

Tints of Pixie Green #BFD39F

Color information

#BFD39F (or 0xBFD39F) is unknown color: approx Pixie Green. HEX triplet: BF, D3 and 9F. RGB value is (191,211,159). Sum of RGB (Red+Green+Blue) = 191+211+159=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD39F is #402C60. Grayscale: #C7C7C7. Windows color (decimal): -4205665 or 10474431. OLE color: 10474431.

HSL color Cylindrical-coordinate representation of color #BFD39F: hue angle of 83.08º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD39F is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB191211159-
CMYK0.0900.250.17
HSL83.08º37.14%72.55%-
HSV(B)83.08º24.64%82.75%-
XYZ51.0460.1741.72-
YUV199.09105.37122.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 211 (82.81% from 255) = 37.61%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=34.05%
G=37.61%
B=28.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111590.0900.250.1783.0837.1472.55
HexBFD39F901911532549
Octal277323237110312112345111
Binary10111111110100111001111110010110011000110100111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD39F; }

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

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

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

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

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

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

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

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