#BFDC9F

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

Shades of Pixie Green #BFDC9F

Tints of Pixie Green #BFDC9F

Color information

#BFDC9F (or 0xBFDC9F) is unknown color: approx Pixie Green. HEX triplet: BF, DC and 9F. RGB value is (191,220,159). Sum of RGB (Red+Green+Blue) = 191+220+159=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC9F is #402360. Grayscale: #CCCCCC. Windows color (decimal): -4203361 or 10476735. OLE color: 10476735.

HSL color Cylindrical-coordinate representation of color #BFDC9F: hue angle of 88.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFDC9F is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB191220159-
CMYK0.1300.280.14
HSL88.52º46.56%74.31%-
HSV(B)88.52º27.73%86.27%-
XYZ53.3464.7742.49-
YUV204.37102.39118.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 159 (62.5% from 255) = 27.89%
R=33.51%
G=38.60%
B=27.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201590.1300.280.1488.5246.5674.31
HexBFDC9FD01CE592f4a
Octal277334237150341613157112
Binary1011111111011100100111111101011100111010110011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDC9F; }

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

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

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

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

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

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

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

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