#BCD99F

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

Shades of Pixie Green #BCD99F

Tints of Pixie Green #BCD99F

Color information

#BCD99F (or 0xBCD99F) is unknown color: approx Pixie Green. HEX triplet: BC, D9 and 9F. RGB value is (188,217,159). Sum of RGB (Red+Green+Blue) = 188+217+159=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD99F is #432660. Grayscale: #C9C9C9. Windows color (decimal): -4400737 or 10475964. OLE color: 10475964.

HSL color Cylindrical-coordinate representation of color #BCD99F: hue angle of 90º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCD99F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB188217159-
CMYK0.1300.270.15
HSL90º43.28%73.73%-
HSV(B)90º26.73%85.1%-
XYZ51.8162.8242.2-
YUV201.72103.89118.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 159 (62.5% from 255) = 28.19%
R=33.33%
G=38.48%
B=28.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171590.1300.270.159043.2873.73
HexBCD99FD01BF5a2b4a
Octal274331237150331713253112
Binary1011110011011001100111111101011011111110110101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD99F; }

 p { color: rgb(188,217,159); }

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

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

 a { background-color: rgb(188,217,159); }

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

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

 span { border-color: rgb(188,217,159); }

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