#BFD99C

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

Shades of Pixie Green #BFD99C

Tints of Pixie Green #BFD99C

Color information

#BFD99C (or 0xBFD99C) is unknown color: approx Pixie Green. HEX triplet: BF, D9 and 9C. RGB value is (191,217,156). Sum of RGB (Red+Green+Blue) = 191+217+156=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD99C is #402663. Grayscale: #CACACA. Windows color (decimal): -4204132 or 10279359. OLE color: 10279359.

HSL color Cylindrical-coordinate representation of color #BFD99C: hue angle of 85.57º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFD99C is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB191217156-
CMYK0.1200.280.15
HSL85.57º44.53%73.14%-
HSV(B)85.57º28.11%85.1%-
XYZ52.363.140.88-
YUV202.27101.89119.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=33.87%
G=38.48%
B=27.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171560.1200.280.1585.5744.5373.14
HexBFD99CC01CF562d49
Octal277331234140341712655111
Binary1011111111011001100111001100011100111110101101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD99C; }

 p { color: rgb(191,217,156); }

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

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

 a { background-color: rgb(191,217,156); }

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

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

 span { border-color: rgb(191,217,156); }

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