#BFDC99

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

Shades of Pixie Green #BFDC99

Tints of Pixie Green #BFDC99

Color information

#BFDC99 (or 0xBFDC99) is unknown color: approx Pixie Green. HEX triplet: BF, DC and 99. RGB value is (191,220,153). Sum of RGB (Red+Green+Blue) = 191+220+153=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC99 is #402366. Grayscale: #CBCBCB. Windows color (decimal): -4203367 or 10083519. OLE color: 10083519.

HSL color Cylindrical-coordinate representation of color #BFDC99: hue angle of 85.97º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFDC99 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB191220153-
CMYK0.1300.300.14
HSL85.97º48.91%73.14%-
HSV(B)85.97º30.45%86.27%-
XYZ52.8364.5639.81-
YUV203.6999.39118.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=33.87%
G=39.01%
B=27.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201530.1300.300.1485.9748.9173.14
HexBFDC99D01EE563149
Octal277334231150361612661111
Binary1011111111011100100110011101011110111010101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDC99; }

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

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

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

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

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

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

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

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