#BCD59F

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

Shades of Pixie Green #BCD59F

Tints of Pixie Green #BCD59F

Color information

#BCD59F (or 0xBCD59F) is unknown color: approx Pixie Green. HEX triplet: BC, D5 and 9F. RGB value is (188,213,159). Sum of RGB (Red+Green+Blue) = 188+213+159=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD59F is #432A60. Grayscale: #C7C7C7. Windows color (decimal): -4401761 or 10474940. OLE color: 10474940.

HSL color Cylindrical-coordinate representation of color #BCD59F: hue angle of 87.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD59F is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB188213159-
CMYK0.1200.250.16
HSL87.78º39.13%72.94%-
HSV(B)87.78º25.35%83.53%-
XYZ50.7960.7841.86-
YUV199.37105.22119.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=33.57%
G=38.04%
B=28.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131590.1200.250.1687.7839.1372.94
HexBCD59FC01910582749
Octal274325237140312013047111
Binary10111100110101011001111111000110011000010110001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD59F; }

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

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

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

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

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

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

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

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